/* global things */

body {
	color: Black;
	background-color: #898989;
}
a {
	color: #D53F0D;
}
a:hover {
	color : #006633;
}
a.index,
a.miniindex,
a.dates,
a.copyright {
	color : White;
	text-decoration: none
}
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.pictures,
td.links {
	color: Black;
	background-color: #FFDF00;
}

/* supplementary things */

td.index,
td.dates,
td.miniindex ,
td.copyright,
td.insert { 
	color: #FFFFCC;
	background-color: #000000;
}
p.reviewheading {
	background-color: #FF6600;
	padding: 3px;
}
paper {
	color: White;
}

br.bububu {
 margin-bottom: 20px;

}
  a.index {
   line-height: 14pt;
  }

