body {
background-color: black;
background-image: url(metal004.jpg);
color: white
}


BODY 
{ 
SCROLLBAR-FACE-COLOR: black;
SCROLLBAR-HIGHLIGHT-COLOR: aqua;
SCROLLBAR-SHADOW-COLOR: aqua;
SCROLLBAR-3DLIGHT-COLOR: aqua;
SCROLLBAR-ARROW-COLOR: white;
SCROLLBAR-TRACK-COLOR: black;
SCROLLBAR-DARKSHADOW-COLOR: purple;
SCROLLBAR-BASE-COLOR: silver
} 

body, p, div, span, th, td { font-family: arial, sans serif;
	text-align: center;
} 
a:link {text-decoration: none; color: #FFCCFF;} 
a:active {text-decoration: none; color: #FFCCFF;}
a:visited {text-decoration: none; color: #FFCCFF;} 
a:hover {text-decoration: underline; POSITION: relative; TOP: -2px; color: yellow }

