a:link {
    font-weight: bold;
    color: #523f30;
    text-decoration: none;
}

a:visited {
    font-weight: bold;
    color: #523f30;
    text-decoration: none;
}

a:active {
    font-weight: bold;
    color: #193f6d;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
    color: #193f6d;
    text-decoration: none;
}

div.main {
    color: black;
    background-color: #FAEBC2;
    background-image: url(content.jpg);
    border: 2px solid rgb(114, 101, 79);
    padding: 10px;
    word-wrap: break-word;
}

body {
    color: rgb(200, 200, 200);
    background-color: #141E24;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    line-height: 140%;
    max-width: 900px;
    margin: 10px auto
}

li {
    margin-bottom: 5px;
}

ol {
    padding: 0px 10px 10px 40px;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 4px
}

h5 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px
}

img {
    border: none;
}

.small {
    font-size: 8px;
}

img.middle {
    vertical-align: middle;
}

.last_text_block {
    padding-left: 20px;
}

ol.brackets {
    counter-reset: list;
    position: relative;
}
ol.brackets > li {
    list-style: none;
}
ol.brackets > li:before {
    content: "(" counter(list) ") ";
    counter-increment: list;
    position: absolute;
    left: 18px;
}