#quicklink_div {
    width: 250px;
    background-color: #f0ffff;
    margin-left: 20px;
    margin-bottom: 15px;
    border-width: 3px;
    border-style: double;
    border-color: #d0d0d0;
    padding-top: 1.5em;
    padding-bottom: 1.6em;
    float: right;
}

p.index_category {
    font-size: 100%;
    font-weight: bold;
    margin-left: 0.5em;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
p.index_category_new {
    font-size: 110%;
    font-weight: bold;
    margin-left: 0.5em;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
ul.index_section_entries {
    list-style-type: disc;
    margin-left: 1em;
    margin-bottom: 1em;
    padding-left: 2.5em;
    line-height: 1.6em;
}

p {
   margin-bottom: 0.9em;
   margin-left: 1em;
}
p.indent1 {
   margin-bottom: 0.9em;
   margin-left: 2.5em;
}
p.subtitle {
    font-size: 115%;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0.9em;
    margin-left: 0em;
}
p.quicklink_title {
    font-weight: bold;
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 0.6em;
}
p.quicklink_entry {
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 0.7em;
}
p.quicklink_entry_new {
    text-align: center;
    font-weight: bold;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 0.7em;
}

hr.quicklink_sep {
    width: 70%;
    color: #e0e0e0;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
}

ul {
    list-style-type: disc;
    margin-left: 1em;
    margin-bottom: 1em;
    padding-left: 2em;
    line-height: 1.2em;
}
li {
    margin-bottom: 0.3em;
}
li.new {
    font-size: 130%;
    margin-top: -0.8em;
    margin-bottom: 4em;
}

img.inline_small_flag {
    position: relative;
    top: 1px;
    margin-left: 6px;
}
img.title_left {
    float: left;
    margin-left: 50px;
}
img.title_right {
    float: right;
    margin-right: 50px;
}
img.float_left {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
img.float_right {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.in_text {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

code {
   font-family: monospace; /*just to be sure*/
}

div.clear_floats {
    clear: both;
}
