body {
  background-color: white;
  font: 12pt Verdana;
  color: black;
}

p {
  width: 30%;
  margin-top: 24pt;
}

a, a:link, a:active, a:visited {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: underline;
}

