a:link    {
 text-decoration:  none;
 color:#9A2626;
 }
a:visited {
 text-decoration:  none;
  color:#9A2626;
 }
a:hover   {
 text-decoration:  underline;
 color:#9A2626;
 }
a:active  {
 text-decoration:  none;
  color:#9A2626;
 }
 


body {
	background-color:#ABABAB;
	margin: 0;
	padding: 0;
	font-family:Georgia,"Day Roman",Sabon,"Times New Roman","Bitstream Vera",serif;
	color:#000;
	font-size:12px;
}


#indexbox	{
	margin:auto;
	padding:0;
	width:490px;
	color:#000;
	text-align:center;
	border:1px solid #676767;
}

.imgfix,.headfix	{
	display:block;
	padding:0;
	margin:0;
	}

.headfix	{
	float:left;
	}

#content	{
	width:490px;
	margin:0;
	text-align:left;
	background-image:url('imgsrc/tafebg.jpg');
	background-repeat:repeat-y;
	background-position:top left;
	}
	
#content	p	{
	padding-left:10px;
	padding-right:10px;
	}

#copyright	{
	width:430px;
	margin:auto;
	margin-bottom:0;
	font-size:10px;
	text-align:center;
	}
	
.tracklist	{
	text-align:center;
	font-size:14px;
	}

.tracklist li	{
	padding:0;
	margin:0;
	list-item-style:none;
	}
	
h1,h2,h3,h4	{
	font-weight:normal;
	}
	
h2	{
	font-variant:small-caps;
	text-align:center;
	}

h3	{
	text-align:center;
	font-size:16px;
	}
	
img	{
	border:0;
	}
