.body {
	font-family : "Georgia","Times New Roman", Times, serif;
	font-size : 14px;
	margin-top : 5px;
	margin-bottom : 5px;
	}
H1,H2,H3 {
	font-family : Verdana, Helvetica, sans-serif;
	}
DIV.men {
	background-color : #FFFFCC;
	border : thin solid;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 13px;
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 5px;
	width : 125px;
	padding-bottom : 5px;
	padding-left : 10px;
	padding-right : 5px;
	padding-top : 5px;
}

DIV.footer {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
 	font-weight : bold;
	margin-top : 1em;
	padding : .1em;
	border : none;
	width : 100%;
	background-color : #000000;
	color : #FFFFFF;
 	text-align : center;
	}
A.nav:visited {
	text-decoration : underline;
	font-weight : bold;
	color : #CC0000;
	}
A.nav:link {
	text-decoration : underline;
	font-weight : bold;
	color : #0033FF;
	}
A.nav:hover {
	text-decoration : none;
	font-weight : bold;
	color : #FFFFFF;
	background-color : #000000;
	}
