
a {
	color: #3366CC;
	text-decoration: none;
}







.nav {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #DEDECA;
}




a:hover {
	text-decoration: underline;
}


