
A {
  text-decoration: none;
  color: navy;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}
