a:link {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #0033CC;
}

a:hover {  color: #FFFFFF; text-decoration: underline overline}

BODY {
	scrollbar-face-color: #0066FF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000033;
	scrollbar-arrow-color: #000000;
	color: #666666;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-left: auto; 
    margin-right: auto; 
	text-align: center;
}

