BODY {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24pt;
	font-weight : bold;
}

A:LINK {
	color : Blue;
	text-decoration : none;
}

A:HOVER {
	color : Red;
	text-decoration : underline;
}




