/*ELEMENTS*/td { color: black; font-size: 11px; font-family: Arial }body { color: black; background-color: #dfebf3; margin: 0 }/*CLASSES*/.menu { font-size: 11px; font-family: Arial; font-weight: bold }.band_name  { color: #1d559f; font-size: 28px }.artist_pic_stroke   { border: solid 2px #4791c5 }.titles { font-size: 14 px; font-weight: 600 }.white { color: white }.bold { font-weight: 700 }.boldnumbers { color: white; font-size: 12px; font-weight: 600 }/*LINKS*/a:link { color: black; text-decoration: none }a:visited { color: black; text-decoration: none }a:active { color: black; text-decoration: none }a:hover    { color: blue; text-decoration: none }/*SONGBAR LINKS*/a:link.song { color: white; text-decoration: none }a:visited.song { color: white; text-decoration: none }a:active.song { color: white; text-decoration: none }a:hover.song     { color: #a4c7ff; text-decoration: none }/*NAV LINKS*/a:link.nav { color: black; text-decoration: none }a:visited.nav { color: black; text-decoration: none }a:active.nav { color: black; text-decoration: none }a:hover.nav     { color: #1d1d9f; text-decoration: none }/*TABLE COLORS*/.table_1 { background-color: #7EC0EE }.table_2 { background-color: #7EC0EE }.table_3 { background-color: #6CA6CD }.cell_bkg { background-color: #dfebf3 }