BODY {
	color : Navy;
	background-color : White;
}

A {
	color : Blue;
}

A:HOVER {
	color : #990033;
	text-decoration : none;
}