/* CSS Document */

.headers {
 font-family:Geneva, Arial, Helvetica, sans-serif;
 font-size:18px;
 font-weight:bold;
 color:#000000;
 }
 
.content {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #003366;
	text-decoration: none;
 }
 
A.content:HOVER {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
 }

.design {
 font-family:Geneva, Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#666666;
 }

.navbuttons {
	background-color: #959595;
	border: 1;
	border-color: #959595;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	border: thin;
	text-decoration: none;
}

A.navbuttons:HOVER {
	background-color: #959595;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: center;
	text-decoration: blink;
}
