/* CSS Document */

body,td,th {
	color: #FFFFFF;
	font-family: Comic Sans MS, Arial, Times New Roman, Times;
}
body {
	background-color: #000099;
	margin-top: 2px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #9999CC;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}