/* ----- COMMON ----- */

/* background */
body
{	color: #993300;
	background: #FFCCFF;}

/* surrounding frame */
td.index, td.dates, td.miniindex, td.copyright, td.insert
{ 	color: White;
	background: #F46800;}
a.index, a.miniindex, a.dates, a.copyright, a.insert
{	color: White;}
a.index:hover, a.miniindex:hover, a.dates:hover, a.copyright:hover, a.insert:hover
{	color: #CCFFFF;}

/* text */
td.text, td.introduction, td.setlist, font.setlisttable, td.reviews, td.links
{	color: #990000;
	background: #FFD7FF;}
a 
{	color: #FF3333;}
a:hover 
{	color : #990000;}
