/* global things */

body {
	color: white;
	background-color: #0066FF;
}
a {
	color: #00FFCC;
}
a:hover {
	color : Silver;
}
a.index,
a.miniindex,
a.dates,
a.copyright {
	color: #00FFCC;
}


/* text things */

td.text,
td.introduction,
td.setlist,
font.setlisttable,
td.reviews,
td.links {
	color: white;
	background-color: #3333FF;
 }

/* supplementary things */

td.index,
td.dates,
td.miniindex ,
td.copyright,
td.insert { 
	color: white;
	background-color: #3333CC;
  }
  
