/* CSS Document */
body {
		background-color: #000032;
} 
body,th {
	font-family: Comic Sans MS;
	font-size: 12px;
	color: #00ff55;
}
td {
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #00ff55;
}
a:visited {
	color: #00ff55;
}
a:hover {
	color: #FF0000;
}