.nav1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #808000;
}

.nav1 a:link {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.nav1 a:visited {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.nav1 a:hover {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}