/* background */
body
{	color: #CC0033;
	background: White;}

/* surrounding frame */
td.index, td.dates, td.miniindex, td.copyright, td.insert
{ 	color: #FF3300;
	background: #CCCCCC;}
a.index, a.miniindex, a.dates, a.copyright, a.insert
{	color: #464646;}
a.index:hover, a.miniindex:hover, a.dates:hover, a.copyright:hover, a.insert:hover
{	color: #C82800;}

/* text */
td.text, td.introduction, td.setlist, td.setlisttable, td.reviews, td.links
{	color: Black;
	background: #D9D9D9; }
a 
{	color: #FF3333;}
a:hover 
{	color : #464646;}
  
