/* global things */

 body {
	color: Black;
	background-color: white;
}
 a {
	color: Blue;
}
 a:hover {
	color : #0066CC;
}
a.index,
a.miniindex,
a.dates,
a.copyright {
	color: blue;
}

/* text things */

td.text,
td.introduction,
td.setlist,
font.setlisttable,
td.reviews,
td.links {
	color: Black;
	background-color: white;
 }

/* supplementary things */

td.index,
td.dates,
td.miniindex ,
td.copyright,
td.insert { 
	color: black;
	background-color: #E0E0E0;
  }
  

