body {
background-color: white;
background-image: url(back.gif);
color: black
}


BODY 
{ 
SCROLLBAR-FACE-COLOR: black;
SCROLLBAR-HIGHLIGHT-COLOR: red;
SCROLLBAR-SHADOW-COLOR: red;
SCROLLBAR-3DLIGHT-COLOR: red;
SCROLLBAR-ARROW-COLOR: white;
SCROLLBAR-TRACK-COLOR: black;
SCROLLBAR-DARKSHADOW-COLOR: red;
SCROLLBAR-BASE-COLOR: black 
} 

body, p, div, span, th, td { font-family: tahoma, sans serif } 
a:link {text-decoration: none; color: navy;} 
a:active {text-decoration: none; color: navy;}
a:visited {text-decoration: none; color: navy;} 
a:hover {text-decoration: underline; color: blue }