
	
.nav  {
	text-decoration : none;
	color : #0009966;
	border: 1px solid #666666;
	margin-left : 0;
	margin-right : 0;
	margin-top : 3;
	margin-bottom : 3;
	
	
}

.nav:HOVER  {
	background-color: #f7f4e8;
	color : #009966;
	border: 1px solid #666666;
	text-decoration : none;
	margin-left : 0;
	margin-right : 0;
	margin-top : 3;
	margin-bottom : 3;
}


