body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: navy;
}
p {
  font-size: 12pt;
}
h1 {
  font-size: 16pt;
  font-weight: bold;
}
h3 {
  font-size: 9pt;
  font-weight: normal;
  color: navy;
}
h4 {
  font-size: 9pt;
  font-weight: normal;
  color: red;
}
h5 {
  font-size: 12pt;
  font-weight: normal;
  color: red;
}
h6 {
  font-size: 10pt;
  font-weight: normal;
  font-style: italic;
}
a:link {
  text-decoration: none;
  color: navy;
}
a:visited {
  text-decoration: none;
  color: navy;
}
a:hover {
  text-decoration: underline;
  color: purple;
}
a:active {
  color: red;
}