body {
  background-color: white;
  color: black;
  font-family: Verdana;
}
a:link {
  color: blue;
}
a:link {
  text-decoration: none;
}
a:visited {
  color: blue;
}
a:visited {
  text-decoration: none;
}
a:hover {
  color: yellow;
}
a:hover {
  text-decoration: none;
}
a:active {
  color:red;
}
a:active {
  text-decoration: none;
}