body {
  font-family: sans-serif;
  color: white;
}

a {
  font-size:15px;
  text-decoration:underline;
  color: #6699ff;
}

a:hover {
  text-decoration:underline;
  color: #aabbff;
}