/* global things */

body {
	color: Black;
	background-color: #FF6600;
}
a {
	color : #FFFFCC;
}
a:hover {
	color : #CCCC99;
}

a.index,
a.miniindex,
a.dates,
a.copyright { 
	color : #FFCC99;
}

/* text things */

td.text,
td.introduction,
td.setlist,
font.setlisttable,
td.reviews,
td.links {
	color: White;
	background-color: #FF3333;
}

/* supplementary things */

td.index,
td.dates,
td.miniindex ,
td.copyright,
td.insert { 
	color: white;
	background-color: #CC0033;
  }
  
