body, p, th, td
{
	font-family: Arial, Helvetica, Sans-Serif;
}

h1, h2, h3
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: navy;
}


a:visited  {text-decoration: none}
a:link  {text-decoration: none}
a:active  {color: green; text-decoration: none}
a:hover   {background-color: lightgreen; text-decoration: none}
