body {
    font-family: Verdana, Tahoma, Arial, 'sans-serif';
    font-size: 10pt;
}

p {
    text-align: justify;
    line-height: 16px;
}

a {
    color: #ee8907;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted #ee8907;
}

a:hover {
    color: #3B8907;
    border-color: #3B8907;
}

h1, h2, h3 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    border-bottom: 1px solid #aA986A;
}

h1, h2, h3, h4 {
    color: #4A380A;
}

h1 {
    font-size: 24px;
    margin: 14px 0 6px 0;
}

h2 {
    font-size: 22px;
    margin: 12px 0 6px 0;
}

h3 {
    font-size: 19px;
    margin: 10px 0 6px 0;
}

h1 a, h2 a {
    color: #4A380A;
    font-weight: normal;
    border-bottom: none;
}

h1 a {
    font-size: 24px;
}

h2 a {
    font-size: 22px;
}

h1 a:hover, h2 a:hover, h3 a:hover {
    color: #ea881a;
    text-decoration: none;
}

h4 {
    font-size: 15px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    text-decoration: underline;
    margin: 8px 0 5px 0;
}

p {
    margin: 5px 0;
}

code, pre {
    background-color:#EEFFEE;
    font-size: 12px;
}

.article ul {
    list-style-type: disc;
    padding-left: 30px;
}

.article ol {
    list-style-type: decimal;
    padding-left: 30px;
}