/* CSS Document */



p,td    { font-family: geneva; font-size: 14px; color: gray; font-weight:normal; }
ul,ol    { font-family: geneva; font-size: 14px; color: gray; font-weight:normal; }
h2     { font-family: geneva; font-size: 20px; color: gray;  font-weight: bold;}
h3   { font-family: geneva; font-size: 12x; color: gray; font-weight:normal; }
.nav     { font-family: geneva; font-size: 20px; color: gray;  font-weight: normal;}


a:link {
	color: gray;
	text-decoration: underline;
	font-family: geneva; 
	font-size: 14px;
	font-weight:normal;
}
a:visited {
	color: gray;
	text-decoration: underline;
	font-family: geneva; 
	font-size: 14px;
	font-weight:normal;
}
a:hover {
		color: gray;
	text-decoration: underline;
	font-family: geneva; 
	font-size: 14px;
	font-weight:normal;
}



