.familyfooter
    { 
    background-color: #666; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #fff; 
    }

a.familyfooter:link
    { 
    text-decoration: none; 
    font-weight: normal ; 
    color : #fff; 
    }

a.familyfooter:active
    { 
    text-decoration: none; 
    font-weight : normal;
    color : #fff; 
    }

a.familyfooter:visited
    {
    text-decoration: underline; 
    font-weight: normal; 
    color : #fff; 
    }

a.familyfooter:hover
    { 
    text-decoration: none; 
    font-weight: normal; 
    color: #666;
    background: #fff; 
    }
