BODY {
	color : Black;
	font-family : Arial, Verdana, sans-serif;
	font-size : smaller;
}

A {
	color : #00008B;
	text-decoration : none;
}

A:HOVER {
	color : Black;
	text-decoration : underline;
	background-color : #6495ED;
}