body{ 
       margin-left	    : 1%;
       margin-right	    : 1%;
       background-color : #FFFFEE;
       font-size        : 14pt;
       font-family      : Helvetica, Arial, sans-serif;
    }

h1  {
       text-align       : center;
       font-size        : 40pt;
       font-family      : Helvetica, Arial, sans-serif;
       font-weight      : bold;
       color            : #FF0000;
       background-color : #FFFFEE;       
    }
     
h2  {
       text-align       : center;
       font-size        : 20pt;
       font-family      : Helvetica, Arial, sans-serif;
       font-weight      : bold;
       color            : #FF00FF;
    }

h3  {
       text-align       : center;
       font-size        : 12pt;
       font-family      : Helvetica, Arial, sans-serif;
       font-weight      : bold;
       color            : #FF00FF;
    }

     
p   {
       font-size        : 12pt;
       font-family      : Helvetica, Arial, sans-serif;
       color            : #662222;
       background-color : #FFFFEE;       
       font-weight      : bold;
    }
     
table{
       margin-left      : 1%;
       margin-right     : 0%;
       color            : #662222;       
       background-color : #FFFFEE;       
     }  

th  {    
        font-family         :   Helvetica, Arial, sans-serif;
        font-size           :   14pt; 
        font-weight         :   bold;
        text-align          :   left;
    }

td  {    
        font-family         :   Helvetica, Arial, sans-serif;
        font-size           :   12pt; 
        font-weight         :   normal;
        text-align          :   left;
    }
