a:link {color: #0000FF}
a:visited {color: #800080}
a:active {color: #FF0000}
a.song:link {
   color: #000000;
   text-decoration: none;
}
a.song:visited {
   color: #000000;
   text-decoration: none;
}
a.song:hover {
   color: #000000;
   background-color: yellow;
   font-weight: bold;
   border-bottom: #0066cc 1px dashed;
}

a.ndx:link {
   color: #000000;
   text-decoration: none;
}
a.ndx:visited {
   color: #000000;
   text-decoration: none;
}
a.ndx:hover {
   color: #000000;
   background-color: yellow;
   font-weight: bold;
   font-size: 16pt;
   border: #0066cc 1px dashed;
}

.header {border-style: solid; border-width: 1px; border-color: Black; padding: 10px 5px 10px 5px; 
         letter-spacing: 3px; margin: 5px; font-size: 12pt; font-weight: bold; font-family: Verdana,Arial}
.artist {font-weight:bold; font-family: Verdana,Arial; letter-spacing: 0px; line-height: 200%}
.c1     {font-family: trebuchet ms; font-size: 10pt; text-align: left; color: #000000}
.ndx    {font-family: verdana, arial; font-size: 11pt; text-align: left; color: #000000; padding: 5px 5px 5px 5px;}
.vid    {font-family: arial; font-size: 0.9em; text-align: left; color: #000000}


