 /* LINKS */
a:link {font-family: "Times New Roman"; font-size: 16px; color: blue;TEXT-DECORATION: none;} 
a:visited {font-family:  "Times New Roman"; font-size: 16px; color: blue;TEXT-DECORATION: none;} 
a:active {font-family:  "Times New Roman"; font-size: 16px; color: blue;TEXT-DECORATION: none; } 
a:hover {font-family:  "Times New Roman"; font-size: 16px; color: yellow; background-color:blue;TEXT-DECORATION: none; } 
       
/* IMAGE LINKS */
A: img { border:1px; border-thickness: 1px; border-color: white;TEXT-DECORATION: none;}
A: active img {  border:1px; border-thickness: 1px; border-color: white;TEXT-DECORATION: none;}
A: visited img { border:1px; border-thickness: 1px; border-color: white;TEXT-DECORATION: none;}
A: hover img { border:1px; border-thickness: 1px; border-color: blue;TEXT-DECORATION: none;}

 /* BANDCOUNT CLASS */
a.bandcount:link {font-family: "Times New Roman"; font-size: 16px; color: black;TEXT-DECORATION: none;} 
a.bandcount:visited {font-family:  "Times New Roman"; font-size: 16px; color: black;TEXT-DECORATION: none;} 
a.bandcount:active {font-family:  "Times New Roman"; font-size: 16px; color: black;TEXT-DECORATION: none; } 
a.bandcount:hover {font-family:  "Times New Roman"; font-size: 16px; color: white; background-color:black;TEXT-DECORATION: none; }

 /* BLUE LINKS */
a.bluelinks:link {font-family: "Times New Roman"; font-size: 16px; color: blue;TEXT-DECORATION: none;} 
a.bluelinks:visited {font-family:  "Times New Roman"; font-size: 16px; color: blue;TEXT-DECORATION: none;} 
a.bluelinks:active {font-family:  "Times New Roman"; font-size: 16px; color: blue;TEXT-DECORATION: none; } 
a.bluelinks:hover {font-family:  "Times New Roman"; font-size: 16px; color: white; background-color:blue;TEXT-DECORATION: none; }
