/* CSS Document */

body {
background:black;
scrollbar-base-color:blue; 
scrollbar-highlight-color:black;
}
body,td,th {
	color: #FFFFFF;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF00FF;
}
a:hover {
	text-decoration: none;
	color: #ECE9D8;
}
a:active {
	text-decoration: none;
}