a.nav:link {
	color: #003300;
}

a.nav:visited {
  color: #003300;
}

a.nav:hover {
    color: #ffffff;
 	text-decoration: hand;
}

a.nav:active {
	color: #003300;
}
a:link {
	color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
    color: #000000;
 	text-decoration: hand;
}

a:active {
	color: #000000;
}


