#footer {
       margin: 0;
       padding: 10px;
       color: #fc0;
       background-color: #000;
       border: solid 1px #888;
       text-align: center;
       }
#footer a:link {
        font-family: arial, sans-serif;
        font-weight: normal;
        font-size: 11px;        
        color: #FFCC00; 
        background-color: transparent;
        text-decoration: none;
        }
#footer a:visited {
        font-family: arial, sans-serif;
        font-weight: normal;
        font-size: 11px; 
        color: #FFCC00;
        background-color: transparent;
        text-decoration: none;
        }
#footer a:hover {
         color: #FFF;
         background-color: transparent;
         text-decoration: underline;
        }