
a.footer:link {
        color: #0000ff; 
        font-size: 10px;
        text-decoration: none;
}
a.footer:visited {
        color: #0000ff; 
        font-size: 10px;
        text-decoration: none;
}
a.footer:active {
        color: #0000ff; 
        font-size: 10px;
        text-decoration: none;
}
 
a.footer:hover {
        color: #0000ff; 
        font-size: 10px;
        text-decoration: underline;
}



