html, body {
	height: 100%;
	margin: 0px;
	background-color: #065dc7;
	font-family: "Comic Sans MS", Arial, Verdana;
	color: #FFFFFF;
} 

body,td,th {
	color: #FFFFFF;
	font-family: "Comic Sans MS", Arial, Verdana;
}
a {
	font-family: "Comic Sans MS", Arial, Verdana;
	color: #690000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}