/* CSS Document */
/****************************** Block Level Tags ********************************/
H1 { font-family: "Arial"; color: #FF9933;}
H2 { font-family: "Arial"; color: #FF9933;}
H3 { font-family: "Arial"; color: #FF9933;}
H4 { font-family: "Arial"; color: #FF9933;}
H5 { font-family: "Arial"; color: #FF9933;}

/********************************** Anchor Tags **********************************/

A { font: 9pt "Arial";font-weight: normal;color: #FF9933;text-decoration:underline;} 
A:hover {font: 9pt "Arial";font-weight: normal;color: #666666;text-decoration: none;}