a.footer_link:link {
    color: #FFFFFF;
    text-decoration: none;        
}

/* visited link */
a.footer_link:visited {
    color: #FFFFFF;
    text-decoration: none;        
}

/* mouse over link */
a.footer_link:hover {
    color: #fcb900;
    text-decoration: none;        
}

/* selected link */
a.footer_link:active {
    color: #fcb900;
    text-decoration: none;        
} 
