BODY { 
    margin-top: 0px; 
    margin-left: 0px; 
    background-color: #0D0D0F;
    font-family: Tahoma, Arial, Arial CE, Sans-serif; 
    font-size: 12; 
    color: #EBF1EF; 
    line-height: 200%;
    scrollbar-base-color: #675225;
    scrollbar-face-color: #675225;
    scrollbar-track-color:  #615C36;
    scrollbar-arrow-color: #EBF1EF;
    }

A:link, A:visited { 
    color: #615C36; 
    text-decoration: underline; 
    padding-left: 2px;
    padding-right: 1px;
    }

A:active, A:hover  { 
    color: #EBF1EF; 
    background: #615C36;
    text-decoration: none; 
    padding-left: 2px;
    padding-right: 1px;
    }

A.menu:link, A.menu:visited {
    color: #808080;
    text-decoration: none;
    }

TABLE { 
    font-family: Tahoma, Arial, Arial CE, Sans-serif; 
    font-size: 12px; 
    color: #675225; 
    line-height: 200%;
    }

THEAD { 
    background: #e0e0e0; 
    }

HR { 
    height: 1px; 
    color: #BFB075; 
    }

STRONG { 
    font-weight: bold; 
    color: #BFB075; 
    }

UL { 
    margin-top: 0px; 
    margin-left: 20px; 
    list-style-type: square; 
    }

H1 {
    font-family: Arial Black, Arial, Arial CE, Sans-serif; 
    font-size: 24px; 
    font-variant: small-caps;
    color: #615C36; 
    font-weight: normal; 
    letter-spacing: 4px; 
    line-height: 100%; 
    text-align: right;
    margin-bottom: 0px; 
    margin-top: 20px; 
    margin-left: 20px; 
    }

H3 { 
    font-size: 14px; 
    color: #e0e0e0; 
    font-weight: bold; 
    letter-spacing: 1px; 
    line-height: 100%; 
    margin-bottom: 0px; 
    margin-top: 20px; 
    margin-left: 20px; 
    }

H4 { 
    font-size: 14px; 
    color: #c0c0c0; 
    font-weight: bold; 
    letter-spacing: 1px; 
    line-height: 100%; 
    margin-bottom: 0px; 
    margin-top: 20px; 
    margin-left: 20px; 
    }

H6 { 
    font-size: 14px; 
    color: #e0e0e0; 
    font-weight: bold; 
    text-align: left;
    letter-spacing: 1px; 
    line-height: 100%; 
    background: #000000; 
    width: 100%; 
    border: 1px solid #e0e0e0; 
    margin-top: 20px; 
    margin-bottom: 0px; 
    padding-left: 10px; 
    padding-right: 0px; 
    padding-top: 3px; 
    padding-bottom: 3px; 
    }

INPUT, SELECT, OPTION, TEXTAREA { 
    font-family: Tahoma, Arial, Arial CE, Sans-serif; 
    font-size: 11px; 
    color: #675225; 
    background: #BFB075; 
    border: 1px solid #615C36; 
    margin: 1; 
    }

