body {
	color: White;
	background : #666666;
}

td.text,
td.introduction,
td.setlist,
font.setlisttable,
td.reviews,
td.links {
	color: White;
	background: #CC3300;
}

td.index,
td.dates,
td.miniindex ,
td.copyright,
td.insert {
	color: #FFFFff;
	background: #003366;
}

a {
	color: #CCFFFF;
}
a:hover {
	color : #FFFFff;
}

a.index,
a.miniindex,
a.dates,
a.copyright,
a.insert {
	color: Yellow;
}
a.index:hover,
a.miniindex:hover,
a.dates:hover,
a.copyright:hover,
a.insert:hover {
	color: White;
}

