a:link {
    text-decoration: none;
    color: firebrick;
  }

a:visited {
  text-decoration: none;
  color: firebrick;
}

a:hover {
    background-color: peachpuff;
    color: black;
    font-weight:bold;
  }

