BODY, TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	color: Navy;
}

A {
	text-decoration: none;
	color: #798138;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : small;
	text-align : center;
}

A:Hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #BC6F00;
	font-size : small;
	text-decoration : overline;
}


H1{
	color: #D6000C;
	font-size : x-large;
}

H2{
	color: #371100;
	font-size : large;
}

H3{
	color: #003B0F;
	font-size : medium;
}

H4{
	color: Navy;
	font-size : small;
}

/*	Links  */
a.h3:link {
	color: Silver
}

/*	Menu visited links							*/
a.h3:visited 
{
	color: Red;
}

/*	Menu active links (not widely supported)				*/
a.h3:active {
color: #00FF68;
}




