/* global things */

body {
	color: white;
	background-color: #006633;
}
a {
	color: #FFFFCC;
}
a:hover {
	color : Silver;
}

a.index,
a.miniindex,
a.dates,
a.copyright {
	color: silver;
}
a.index:hover,
a.miniindex:hover,
a.dates:hover,
a.copyright:hover {
	color: white;
}


/* text things */

td.text,
td.introduction,
td.setlist,
font.setlisttable,
td.reviews,
td.links {
	color: white;
	background-color: #993300;
}

/* supplementary things */

td.index,
td.dates,
td.miniindex,
td.copyright,
td.insert {
	color: white;
	background-color: #663333;
}
  
/* local things */

a.source {
	color: Silver;
}
  
a.source:hover {
	color: White;
}
  
TD {
	font-size : smaller;
}

tr.guest {
	background-color : #666633;
}
tr.refrain {
}
tr.separator {
}


td.time {
	text-align : right;
	vertical-align : top;
	color: white;
}
td.lyric {
	color: white;
 }
td.source {
	font-weight : bold;
	vertical-align : middle;
	color: white;
}
