nav a{
  text-decoration: none;
  color: black;
}

a:hover { 
  color: gray;
}