h1 {
   font-family: Comic Sans MS;
   font-size: 20pt;
   color: #1e5631;
   text-align: center;
   margin: 20px;
   padding-bottom: 25px;
   }

h2 {
   font-family: "Century Gothic";
   font-size: 15pt;
   padding-top: 15px;
   padding-bottom: 10px;
   color: #1e5631;
   }

h3 {
   font-family: "Century Gothic";
   font-size: 12pt;
   padding-top: 10px;
   color: #d98d13;
   }

h4 {
   font-family: "Arial";
   font-size: 11pt;
   padding-top: 5px;
   padding-bottom: 3px;
   color: #000000;
   }

p {
  font-family: "Arial";
  font-size: 11pt;
  line-height: 20px;
  padding-bottom: 15px;
  }

  p.center {
  font-family: "Arial";
  font-size: 10pt;
  line-height: 20px;
  text-align: center;
  }

  p.small {
  font-family: "Arial";
  font-size: 8pt;
  line-height: 15px;
  }

  p.datum {
  font-family: "Arial";
  font-size: 14pt;
  line-height: 15px;
  color: #8d1226; 
  }

ul {
   list-style-type:none;
   font-family: "Arial";
  font-size: 10pt;
  line-height: 20px;
  padding-bottom: 15px;
   }

table {
  font-family: "Arial";
  font-size: 12pt;
  }
