/*ELEMENTS*/td { color: black; font-size: 11px; font-family: Arial }body  { color: black; background-color: #fff; margin: 0 }/*CLASSES*/.menu { font-size: 11px; font-family: Arial; font-weight: bold }.band_name { font-size: 28px }.artist_pic_stroke { border: solid 2px #afafaf }.white { color: white }.titles { font-size: 14px; font-weight: 600 }.bold { font-weight: 700 }.cell_bkg { background-color: white }.boldnumbers { 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: aqua; 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: aqua; 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: #00d8d8; text-decoration: none }/*TABLE COLORS*/.table_1 { background-color: #f1f1f1 }.table_2 { background-color: #e7e7e7 }.table_3 { background-color: #ddd }.table_main { background-color: #FFF }