body {
  font-family: Arial;
  font-size: 10pt;
}

h1 {
  font-family: Arial;
  font-size: 18pt;
  color: #C00000;
  text-align: center;
}

a {
  font-family: Arial;
  color: #000000;
}

a:hover {
  font-family: Arial;
  color: #FF0000;
}

.menulink {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}

.menulink:hover {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
  color: #FFFFFF;
}