BODY {
	color : #000099;
	background-color : #FEFEFE;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : small;
	
}

A {
	color : Maroon;
	text-decoration : none;
}

A:HOVER {
	color : Blue;
	text-decoration : underline;
	background-color : #A9A9A9;
}
