body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: black;
  background-color: white;
  margin-top: 50px;
  margin-bottom: 50px;
}
a {
  color: blue;
  text-decoration: none;
}
a:hover {
  color: blue;
  text-decoration: underline;
}

