BODY {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : larger;
	font-style : normal;
	font-variant : normal;
}

A {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
	color : Blue;
}
A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
	color : #F0E68C;
}
