/*   background:  #33CCCC; Green - #3AAF5B;  #67A177 #D6E0D9*/

BODY {
  color: black;
  background-color: #91C59C;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: medium;
  margin-left: 2%;
  margin-right: 2%;
  text-align: justify;
}

H1, H2, H3, H4 {
  font-weight: bold;
  margin-top: 1em;
}

H1 { font-size: x-large;  text-align: center; }
H2 { font-size: large }
H3 { font-size: large; font-style: italic; }
H4 { font-size: medium; font-style: italic;  }


