﻿body {
background-color: #333333;
color: white
}


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

body, p, div, span, th, td { font-family: arial, sans serif;
	width: 740px;
	text-align: center;
	margin-top: 0px;
} 
a:link {text-decoration: none; color: lime;} 
a:active {text-decoration: none; color: lime;}
a:visited {text-decoration: none; color: lime;} 
a:hover {text-decoration: underline; color: yellow }