body {
  background-color: white;
  font-family: Verdana, Tahoma;
  font-size: 10pt;
  font-weight: bold;
  }

a {
  color: black;
  text-decoration: none;
  padding: 2px;
  }
a:hover {
  color: red;
  background-color: lightgrey;
  text-decoration: none;
  }