/* CSS Document */
body {
	background-color: #000000;
}
.style1 {color: #FF0000}
.style6 {font-size: 18px}
body,td,th {
	color: #FF0000;
}
a:link {
	color: #FF0000;
}

a:visited {
	color: #FF0000;
}


a:hover {
	color: #990000;
}

