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