html{
	scrollbar-face-color      :#000;
	scrollbar-highlight-color :#999;
	scrollbar-3dlight-color   :#000;
	scrollbar-shadow-color    :#999;
	scrollbar-darkshadow-color:#000;
	scrollbar-track-color     :#000;
	scrollbar-arrow-color     :#ccc;
}
table{
	filter:alpha(style=0,opacity=85);
	-moz-opacity	:0.85;
	opacity:0.85;
}
body{
  background-attachment:fixed;
  background-color:#000000;
  background-repeat:no-repeat;
  background-position:center;
}

body, tr, td{ 
	font-size:12px; 
	color:#cccccc; 
} 

body{
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
}
a:link{
	color:#cccccc; 
	text-decoration : none; 
}

a:visited{
	color:#cccccc; 
	text-decoration : none; 
}

a:hover{
	color:#000000; 
	background:#999999; 
} 
