<STYLE TYPE="text/css">

A.nav {
	color : Gold;
	font-weight : bold;
	
}	

	BODY {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
		margin-left : 0px;
		margin-top : 0px;
	}


	H1 {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 28px;
		font-variant : small-caps;
		font-weight : bold;
		color : #A40000;
		text-align : center;
	}

	H2 {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 18px;
		font-weight : bold;
		color : #A40000;
		font-style : italic;
	}


	H3 {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 14px;
		font-weight : bold;
		color : #A40000;
	}


	A.nav:hover {
		color:white;
	}

	DIV.navtext {
		color : Gold;
		font-weight : bold;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
		text-decoration : none;
	}
	DIV.item {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : bold;
		color : #A40000;
	}
</STYLE>