body {
  color: #000099;
  background-color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
  color: #000099;
}

a {
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

a:link {
  color: #000098;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

a:visited {
  color: #000099;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

a:active {
  color: #000099;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

a:hover {
  color: red;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

p {
  color: #000099;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}
