/* global things */

body {
	color: white;
	background: Purple;
}
a {
	color : #FFCC99;
}
 a:hover {
	color : Yellow;
}
a.index,
a.miniindex,
a.dates,
a.copyright {
	color : orange;
}


/* text things */

td.text,
td.introduction,
td.setlist,
font.setlisttable,
td.reviews,
td.links {
	color: white;
	background-color: #990066;
}

/* supplementary things */

td.index,
td.dates,
td.miniindex ,
td.copyright,
td.insert {
	color: white;
	background-color: Navy;
}

.nr {
 	text-align: justify;
 	font-size : smaller;
 	vertical-align : top;
 	height : 30;
 }
  
.kurtz {
 	text-align: justify;
 	font-size: smaller;
 	height: 30;
 	vertical-align : top;
 }
  
.andrew {
	text-align: justify;
	font-size: smaller;
	height: 30;
	vertical-align : top;
}

