.menu {
	font-family : "Arial",serif;
	font-size : 9pt;
	color : White;
}
.text {
	font-family : "Arial",serif;
	font-size : 9pt;
	color : Navy;
}
.fineprint {
	font-family : "Arial",serif;
	font-size : 7pt;
	color : Grey;
}
.notice {
	font-family : "Arial",serif;
	font-size : smaller;
	color : Navy;
	font-weight : normal;
}
A:link  {
	text-decoration : none;
	font-family : "Arial",serif;
	font-size : 9pt;
	color : White;
}
A:visited  {
	text-decoration : none;
	color : White;
}

A:hover  {
	color : Red;
	font-weight : Normal;
}

A:active  {
	color : red;
	font-weight : normal;
}
H1 {
	font-family : serif;
	font-size : large;
	font-style : normal;
	font-weight : bold;
	color : Navy;
}
H2 {
	font-family : serif;
	font-size : medium;
	font-style : normal;
	font-weight : bold;
	color : White;
}
