/* global things */

body {
	color: Black;
	background-color: #33FF99;
}
a {
	color : Black;
}
a:hover {
	color : #006633;
}
a.index,
a.miniindex,
a.dates,
a.copyright {
	color : White;
}
a.index:hover,
a.miniindex:hover,
a.dates:hover,
a.copyright:hover {
	color: yellow;
}

/* text things */

td.text,
td.introduction,
td.setlist,
font.setlisttable,
td.reviews,
td.links {
	color: Black;
	background-color: #33CC00;
}

/* supplementary things */

td.index,
td.dates,
td.miniindex ,
td.copyright,
td.insert { 
	color: #FFFFCC;
	background-color: #339933;
}

