/* global things */

body {
	color: #333300;
	background-color: #CCFFFF;
}
a {
	color: #3333CC;
}
a:hover {
	color : Purple;
}
a.index,
a.miniindex,
a.dates,
a.copyright {
	color: Yellow;
}
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: Black;
	background-color: #FFFF99;
 }

/* supplementary things */

td.index,
td.dates,
td.miniindex ,
td.copyright,
td.insert { 
	color: white;
	background-color: #993300;
  }
  
