body {
background-color: #663333;
color: #FFFF66
}


BODY 
{ 
SCROLLBAR-FACE-COLOR: black;
SCROLLBAR-HIGHLIGHT-COLOR: white;
SCROLLBAR-SHADOW-COLOR: gray;
SCROLLBAR-3DLIGHT-COLOR: white;
SCROLLBAR-ARROW-COLOR: white;
SCROLLBAR-TRACK-COLOR: black;
SCROLLBAR-DARKSHADOW-COLOR: black;
SCROLLBAR-BASE-COLOR: black 
} 

body, p, div, span, th, td { font-family: serif, sans serif } 
a:link {text-decoration: none; color: white;} 
a:active {text-decoration: none; color: white;}
a:visited {text-decoration: none; color: white;} 
a:hover {text-decoration: underline; color: yellow }
