body {
     background: #fffff0;
     color: #006600;
     font-family: helvetica, sans-serif; 
     font-size: 10pt; 
     margin: 50px; 
     margin-top: 5px; 
     }

h1 {
   font-size: 2em; 
   font-style: italic; 
   font-weight: bold; 
   text-align: center; 
   }

h2 {
   font-size: 1.6em; 
   font-style: italic; 
   text-align: left; 
   }

h3, h4, h5, h6 {
               font-size: 1,2em;  
               font-style: normal;
               text-align: left;
               }

p {
  font-size: 1em;  
  font-style: normal;
  text-align: left;
  }

p.footer, p.small {
                  font-size: 0.8em; 
                  text-align: center; 
                  margin-top: 0px; 
                  }

p.headline {
           font-size: 18pt; 
           font-style: italic; 
           font-weight: bold; 
           text-align: right;
           margin-bottom: 0px; 
           }

ol, ul {
       font-size: 1em;
       text-align: left; 
       }
                  
table {
      border: 0; 
      font-size: 1em;
      padding: 5px; 
      text-align: left; 
      }

A:link, A:active, A:visited {
                            background: #fffff0; 
                            color: #006600;
                            font-size: 1em;                            
                            font-weight: bold; 
                            text-decoration: none; 
                            }

A:hover {
        background: #006600; 
        color: #fffff0; 
        font-size: 1em;
        font-weight: bold;
        text-decoration: none; 
        }


