h1 {
  color: #003366;
  font-size: 36pt;
  line-height: 34pt;
  font-family: Arial, Helvetica, Verdana, "sans serif";
  font-style: italic;
  margin-right: 15%;
  margin-left: 10%;
}

h2 {
  color: #003366;
  font-size: 24pt;
  line-height: 24pt;
  font-family: Arial, Helvetica, Verdana, "sans serif";
}

h3 {
  color: #CC6600;
  font-size: 16pt;
  line-height: 16pt;
  font-family: Arial, Helvetica, Verdana, "sans serif";
}

h5 {
  color: #003366;
  font-size: 8pt;
  line-height: 8pt;
  font-family: Arial, Helvetica, Verdana, "sans serif";
}

A:link {
  font-family: Georgia, Times New Roman, Times, "serif";
  color: #003366;
  font-size: 12pt;
}

A:active {
  font-family: Georgia, Times New Roman, Times, "serif";
  color: #003366;
  font-size: 12pt;
}

A:visited {
  font-family: Georgia, Times New Roman, Times, "serif";
  color: #CC6600;
  font-size: 12pt;
}

body {
  font-family: Georgia, Times New Roman, Times, "serif";
  font-size: 12pt;
  background-color: white;
}

p {
  font-family: Georgia, Times New Roman, Times, "serif";
  line-height: 17pt;
  font-size: 12pt;
}

ol, ul {
  font-family: Georgia, Times New Roman, Times, "serif";
  line-height: 16pt;
  font-size: 12pt;
  margin-right: 15%;
  margin-left: 15%;
}

