BODY {
  background: white;
  }

BODY,P,TABLE,BLOCKQUOTE { 
  color: gray;
  font-size: 10pt;
  font-weigth: normal;
  font-family: Comic Sans MS, Arial, Helvetica;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 2; 
  }

BLOCKQUOTE {
  margin-left: 32;
  }

STRONG { 
  color: orange 
  }

H1, H2, H3, H4, H5 {
  font-weight: bold;
  color: orange;
  margin-top: 4;
  margin-bottom: 2;
  }

H1 { 
  font-size: 24pt ; 
  }

H2 { 
  font-size: 18pt; 
  } 

H3 { 
  font-size: 14pt; 
  } 

H4 { 
  font-size: 12pt; 
  } 

H5 { 
  font-size: 10pt; 
  } 

H6 { 
  font-size: 8pt; 
  font-weight: normal;
  color: #808080;
  margin-top: 0;
  margin-bottom: 2;
  } 


