.nav A:link
{
text-decoration: none;
color: #000000;
}
.nav A:visited
{
   text-decoration: none;
color: #000000;
}

.nav a:hover 
{
text-decoration: underline;
color: #3b36fc;
}