.style1 {
	font-family: Harrington;
	font-size: 18px;
}

a {
	text-decoration:none;
}

a.nav:active {
	color: #0066CC;
}
	
a.nav:link {
	color: #0000FF;
}

a.nav:visited {
	color: #0000FF;
}

a.nav:hover {
	color: #0066CC;
	background-color: #CCCCCC;
}

.nav {
	border: 1px solid #000000;
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.nav-on {
	color: #0000FF;
	border: 1px solid #000000;
	text-align: center;
	display: block;
	background-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}