/* CSS Document */
/* Changes the title color to the Artist's Names from blue to green. (because theyre page anchors) */


dl.feature a:visited, .feature a:link{
text-decoration:none;
color:#693;
}

dl.feature a:hover{
text-decoration:none;
color:#693;}
