a {
  color: black;
  text-decoration: underline;
}

a:hover {
  color: #555; /* slightly lighter on hover if you want */
}
