A {
  font-family: Arial;
  font-size: 10 pt;
  text-decoration:underline;
  color: #00007F;
  font-weight: bold;
  }

A:Hover {
  text-decoration: underline;
  color: #C00040;
  }

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  }

h2 {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  }

body {
  background-color: #FCD03C;
  }
