body {
  color: #000000;
  font-family: arial;
}

a {
  color: blue;
  text-decoration: underline;
}

a:hover {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: blue;
  text-decoration: underline;
}
