/* global things */

 body {
	color: Black;
	background-color: #33CCFF;
}
 a {
	color: Black;
}
 a:hover {
	color : #336600;
}
a.index,
a.miniindex,
a.dates,
a.copyright {
	color : lime;
}
a.index:hover,
a.miniindex:hover,
a.dates:hover,
a.copyright:hover {
	color : Aqua;
}


/* text things */

td.text,
td.introduction,
td.setlist,
font.setlisttable,
td.reviews,
td.links {
	color: Black;
	background-color: #99CCFF;
}

/* supplementary things */

td.index,
td.dates,
td.miniindex ,
td.copyright,
td.insert {
	color: white;
	background-color: #0033CC;
}

