/* CSS Document */

.desc { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 14px; 
line-height : 16px; font-color : #FFFFCC}

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

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