
body {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Times New Roman", serif;
  font-size: 11pt;
}

P {
  font-family: "Times New Roman", Times, serif;
  font-size: 11pt;
}

P.C {
  font-family: "Times New Roman", Times, serif;
  font-size: 11pt;
  color: white;
  text-align: right;
  font-weight: bold;
}

H2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 18pt;
  color: #FFFFFF;
  margin-top: 10pt;
}

H3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 18pt;
  color: #000000;
  margin-top: 10pt;
}

a:link {
  color: #008000;
  background-color: transparent;
}

a:active {
  color: #006000;
  background-color: transparent;
}

a:visited {
  color: #004000;
  background-color: transparent;
}

a:hover {
  color: #00c000;
  background-color: transparent;
}

a.menu {
  font-weight: bold;
  color: white;
  text-decoration: underline;
}

