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