.artists { 
    font-family: sans-serif; 
    font-weight:bold; 
    font-size:11.0pt;
    color:#E0E000;  }

.artists A:LINK {
color:#E0E000;
text-decoration: none
} 

.artists A:VISITED {
color:#E0E000;
text-decoration: none
} 

.artists A:HOVER {
color : Red;
text-decoration : underline;
} 

.artists A:ACTIVE {
text-decoration: underline
}


.states { 
    font-family: sans-serif; 
    font-weight:bold; 
    font-size:9.0pt;
    color:#95a8c6;  }

.states A:LINK {
color:#95a8c6;
text-decoration: none
} 

.states A:VISITED {
color:#95a8c6;
text-decoration: none
} 

.states A:HOVER {
color : Red;
text-decoration : underline;
} 

.states A:ACTIVE {
text-decoration: underline
}

