BODY {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    background-color: darkgreen;
    SCROLLBAR-FACE-COLOR: #238600;
    SCROLLBAR-HIGHLIGHT-COLOR: #006E00;
    SCROLLBAR-SHADOW-COLOR: #006000;
    SCROLLBAR-3DLIGHT-COLOR: #207602;
    SCROLLBAR-ARROW-COLOR: #006000;
    SCROLLBAR-TRACK-COLOR: #207602;
    SCROLLBAR-DARKSHADOW-COLOR: #207602;
    SCROLLBAR-BASE-COLOR: darkgreen;
}

a:link {
    color: #FFD427;
    text-decoration: underline;
    font-weight: normal;
}

a:visited {
    color: #FFD427;
    text-decoration: underline;
    font-weight: normal;
}

a:hover {
    color: #FFFC01;
    text-decoration: underline;
}

TR {
    width: 100%;
}

TD {
    font-size: 8pt;
}

H1 {
    font-size: 14pt;
    font-weight: bold;
}

H2 {
    font-weight: bold;
    font-size: 10pt;
}

H3 {
    font-weight: bold;
    font-size: 8pt;
}


hr {
    hr-size: 2;
    color: #000000
}

.comment {
    color: #008000
}

.keyword {
    color: #800080;
    font-weight: bold;
}

.keywordtype {
    color: #800080;
    font-weight: bold;
}

.preprocessor {
    color: #202020;
    font-weight: bold;
}

.el {
}

.md {
    background-color: #D8D8D8
}
