body {
  color: black;
  font: Verdana, Arial, sans-serif;
}
a:link {
color: grey;text-decoration: none;
}
a:visited {
color: grey;text-decoration: none;
}
a:hover {
color: red;text-decoration: underline;
} 