BODY, TABLE {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
}
A {
	color : Navy;
	text-decoration : none;
}
A:HOVER {
	color : Maroon;
	text-decoration : underline;
}
A:VISITED {
	color : Purple;
}
H1 {
	font-size : 140%;
	font-style : normal;
	font-weight : bold;
}
H2 {
	font-size : 120%;
	font-style : normal;
	font-weight : bold;
}

