BODY {background-color : PowderBlue;
      font-family      : Arial, Helvetica, sans-serif;
      font-size        : 10pt;
      color            : black;
      text-decoration  : none;
      text-align       : left;
     }

H1 {  font-weight      : bold; 
      font-size        : 14pt; 
   }
   
H2 {  font-weight      : bold; 
      font-size        : 12pt;
   }
   
H3 {  font-weight      : bold; 
      font-size        : 10pt;
   }

P  {
   }

TD { font-size         : 10pt;
   }

TH {font-weight        : bold;
    text-align  : left;
    padding-right: 20px;
   }

A {color: blue;
   text-decoration: underline;
  }

A:hover {color: red}

.small {font-size: 8pt; 
	    margin-bottom: 6pt; 
	    margin-top: 6pt;
 	    }

