TABLE {
    font-size                  :     10pt;
    color                      :     #333333;
}

H1 {
    font-size                  :     16pt;
    color                      :     #008000;
    text-decoration            :     bold;
}

H2 {
    font-size                  :     11pt;
    color                      :     #CC0000;
    text-decoration            :     bold;
}

H3 {
    font-size                  :     10pt;
    color                      :     #CC0000;
    text-decoration            :     bold;
}

A:LINK {
    font-size                  :     10pt;
    color                      :     #008000;
    text-decoration            :     none;
    font-weight                :     bold;
}
A:VISITED {
    font-size                  :     10pt;
    color                      :     #008000;
    text-decoration            :     none;
    font-weight                :     bold;
}
A:ACTIVE {
    font-size                  :     10pt;
    color                      :     #000099;
    text-decoration            :     none;
    font-weight                :     bold;
}
A:HOVER {
    font-size                  :     10pt;
    color                      :     #DD0000;
    text-decoration            :     none;
    font-weight                :     bold;
}

BODY {
    font-size                  :     10pt;
    color                      :     #333333;
    scrollbar-3dlight-color    :     #ffffff;
    scrollbar-arrow-color      :     #000099;
    scrollbar-base-color       :     #EEEEEE;
    scrollbar-darkshadow-color :     #ffffff;
    scrollbar-face-color       :     #ffffff;
    scrollbar-highlight-color  :     #000099;
    scrollbar-shadow-color     :     #000099;
    scrollbar-track-color      :     #EEEEEE;
    margin-top                 :     0;
}

ul {
 list-style: disc;
 margin-left: 0;
 padding-left: 1em;
 }