BODY {
	color : White;
	background-color : #003366;
	font-family : serif;
}

A {
	color : White;
	text-decoration : none;
}

A:HOVER {
	color : White;
	text-decoration : underline;
}