BODY{     /*BODY*/
  font-size   : 10pt;
  font-color   : black;
  margin      : 0em 2em;
  padding     : 1em;
  line-height:150%;
 }
  
H1{       /*H1*/
  font-size   : 1em;
  font-weight : 900;
  color       : teal;
 } 
 
 H2{       /*H2*/
  font-size   : 14pt;
  color       : teal;
 line-height:110%;
 
 
}

P{        /*P*/
  font-size   : 10pt;
  text-indent : 3%;
  line-height:150%;
}