A.white_link:link {
color : #FFFFFF; 
text-decoration : none; 
font-weight : bold; 
}
 
A.white_link:visited{
color : #FFFFFF; 
text-decoration : none; 
font-weight : bold; 
}
 
A.white_link:hover{
color : #8f4152; 
text-decoration : none; 
font-weight : bold; 
}

#footer A:link {
    font-size: 11px;
    color: #cccccc;
    padding-right: 10px;
}

#footer A:visited {
    font-size: 11px;
    color: #cccccc;
    padding-right: 10px;
}

#footer A:hover {
    font-size: 11px;
    color: #666666;
    padding-right: 10px;
}

A:link {
color : #000000; 
text-decoration : none; 
font-weight : bold; 
}
 
A:visited {
color : #000000; 
text-decoration : none; 
font-weight : bold; 
}
 
A:hover {
color : #8f4152; 
text-decoration : none; 
font-weight : bold; 
}