body {
  background-color: #FFFFFF;
}

TD {
      font-family: Arial, sans-serif;
      font-size: 8pt;
}

a:link, a:visited, a:active, a:hover { 
			background-color: transparent;
			text-decoration: none; 
      font-weight: bolder;
		  }

a:link, a:visited, a:active { 
			color: #848484;
      }

a:hover { 
      color: #FFCE00; 
      }
H1 {     
      font-family: Arial, sans-serif;
      font-size: 24;
      color: #FFCE00;
      white-space: nowrap  ;
      font-weight: bolder;
     }
H3 {
      font-family: Arial, sans-serif;
      font-size: 8pt;
      color: #FFCE00;
      font-weight: bolder;
      margin-bottom: 0px;
}

H6 {     
      font-family: Arial, sans-serif;
      font-size: 7pt;
      color: #848484;
      white-space: nowrap  ;
      font-weight: lighter;
     }
HR {
  color: #848484;
}

pre {
      margin-top: 0px;
      margin-bottom: 0px;
      font-size: 9pt;
}
  

