body {
background-color: purple;
background-image: url(circuit.jpg);
color: white
}


BODY 
{ 
SCROLLBAR-FACE-COLOR: red;
SCROLLBAR-HIGHLIGHT-COLOR: white;
SCROLLBAR-SHADOW-COLOR: white;
SCROLLBAR-3DLIGHT-COLOR: white;
SCROLLBAR-ARROW-COLOR: white;
SCROLLBAR-TRACK-COLOR: red;
SCROLLBAR-DARKSHADOW-COLOR: white;
SCROLLBAR-BASE-COLOR: red 
} 

body, p, div, span, th, td { font-family: arial, sans serif } 
a:link {text-decoration: none; color: aqua;} 
a:active {text-decoration: none; color: aqua;}
a:visited {text-decoration: none; color: aqua;} 
a:hover {text-decoration: underline; color: yellow}