/* CSS Document */
html  {
	scrollbar-Base-Color:#000000;
	scrollbar-DarkShadow-Color:#000000; 
	scrollbar-Track-Color:#000000; 
	scrollbar-Face-Color:#000000; 
	scrollbar-Shadow-Color: #950000; 
	scrollbar-3dLight-Color:#950000; 
	scrollbar-Highlight-Color:#000000; 
	scrollbar-Arrow-Color:#950000;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;	
}
.head {
	text-align: center;
	cellspace: 0px;
	border: #950000 1px solid;
}
	

td {
	align: center; 
	cellspace: 0px;
	border: 0px;
	
}


a:link {
	color: #950000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:#CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #950000;
	text-decoration: none;
	font-weight: bold;
}
