
/*ELEMENTS*/
td { color: black; font-size: 11px; font-family: Arial }
body { color: black; background-color: #cfcfcf; margin: 0 }
/*CLASSES*/
.menu { font-size: 11px; font-family: Arial; font-weight: bold }
.band_name { color: #837d62; font-size: 28px }
.artist_pic_stroke { border: solid 2px #5b5744 }
.white { color: #d9d0a2 }
.titles { font-size: 14px; font-weight: 600 }
.bold { font-weight: 700 }
.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: #6d6852; text-decoration: none }
/*SONGBAR LINKS*/
a:link.song { color: #c4bb92; text-decoration: none }
a:visited.song { color: #c4bb92; text-decoration: none }
a:active.song { color: #c4bb92; text-decoration: none }
a:hover.song { color: #e4dbaa; 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: #6d6852; text-decoration: none }
/*TABLE COLORS*/
.table_1  { background-color: #d2d2d2 }
.table_2  { background-color: #a8a8a8 }
.table_3  { background-color: #838484 }
.cell_bkg { background-color: #cfcfcf }

