/* this group sets the black banner colors */ 
A.banner_black:LINK { color : 000000; text-decoration : none; } 
A.banner_black:VISITED { color : 000000; text-decoration : none; } 
A.banner_black:HOVER { color : 000000; text-decoration : underline; } 
A.banner_black:ACTIVE { color : 000000; text-decoration : none; }

/* this group sets the white banner colors */ 
A.banner_white:LINK { color : #FFFFFF; text-decoration : none; } 
A.banner_white:VISITED { color : #FFFFFF; text-decoration : none; } 
A.banner_white:HOVER { color : #FFFFFF; text-decoration : underline; } 
A.banner_white:ACTIVE { color : #FFFFFF; text-decoration : none; }