/* CSS Document */

table { font-size: 12px ; font-family : verdana ; text-decoration : none ; color : Black } 

A:link { text-decoration : none ; color : #000000 } 
A:active { text-decoration : none ; color : #000000 } 
A:visited { text-decoration : none ; color : #000000 } 
A:hover { text-decoration: none; color : #000000 } 

P { font-size : 12px ; font-family : verdana ; text-decoration : none ; color : Black } 
p A:link { text-decoration : none ; color : #FF6600 } 
p A:active { text-decoration : none ; color : #FF9900 } 
p A:visited { text-decoration : none ; color : #FF6600 } 
p A:hover { text-decoration: none; color : #CC0000 } 

marquee { font-size: 12px ; font-family : courier ; text-decoration : none } 