h1 {
   font-family: "Century Gothic";
   font-size: 22pt;
   color: #00005F;
   text-align: center;
   margin: 30px;
   padding-bottom: 35px;
   }

h2 {
   font-family: "Century Gothic";
   font-size: 15pt;
   padding-top: 15px;
   padding-bottom: 10px;
   color: #00005F;
   }

h3 {
   font-family: "Century Gothic";
   font-size: 13pt;
   padding-top: 10px;
   color: #609ce5;
   }

p {
  font-family: "Arial";
  font-size: 12pt;
  line-height: 20px;
  padding-bottom: 15px;
  }

  p.center {
  font-family: "Arial";
  font-size: 12pt;
  line-height: 20px;
  text-align: center;
  }

  p.small {
  font-family: "Arial";
  font-size: 10pt;
  line-height: 15px;
  }

ul {
   list-style-type:bullet;
   }

li {
   font-family: "Arial";
  font-size: 11pt;
  line-height: 20px;
  }
  
form {
  font-family: "Arial";
  font-size: 12pt;
  line-height: 20px;
  padding-bottom: 15px;
  }

table {
  font-family: "Arial";
  font-size: 12pt;
  }