/* CSS Document */

.desc { font-family : arial, helvetica, sans-serif; font-size : 14px; 
line-height : 16px; }

a.footy:link { color : #ff0000; background-color : transparent; 
text-decoration : underline; }
a.footy:visited { color : #cc3333; background-color : transparent; 
text-decoration : underline; }
a.footy:active { color : #ff0000; background-color : transparent; 
text-decoration : underline; }
a.footy:hover { color : #ff0000; background-color : transparent; 
text-decoration : underline; }

a:link { color : #ff0000; background-color : transparent; 
text-decoration : none; }
a:visited { color : #cc3333; background-color : transparent; 
text-decoration : none; }
a:active { color : #ff0000; background-color : transparent; 
text-decoration : none; }
a:hover { color : #ff0000; background-color : transparent; 
text-decoration : none; }
.desc { font-family : arial, helvetica, sans-serif; font-size : 14px; 
line-height : 16px; }
