body {margin-left: 100px; margin-right: 100px;
      background-color: AntiqueWhite;
      font-size: 12 pt;
	  font-family: "Book Antiqua";
      color: maroon;
      text-align: justify; }
      
div.center {text-align: center}
div.justify {text-align: justify;}


img.left {float: left;
         padding-right: 8pt;}
          
img.right {float: right;
           padding-left: 8pt;}

p {margin-top: 5pt;
   margin-bottom: 5pt;
   text-align:justify; }

h1 {font: 24pt Book Antiqua;
    color: brown;
    text-align: center;
    font-weight: bold;
    line-height: 22pt;
    margin-top: 10pt;
    margin-bottom: 10pt;}

h2 {font: 18pt Book Antiqua;
    color: brown;
    text-align: center;
    font-weight: bold;
    line-height: 18pt;
    margin-top: 10pt;
    margin-bottom: 10pt;}
    
h3 {font: 14pt Arial;
    color: gray;
    text-align: center;
    line-height: 14pt;
    margin-top: 10pt;
    margin-bottom: 10pt;}


a:link {color: navy}
a:visited {color: red}
a:hover {color: blue;}
a:active {color: gray; 
          text-decoration: none;}

