/* CSS Typography Document */
p, a, th, td, li, dd, #header, #footer, .date, .label, .artisttitle
	{
  	font-family:Arial, Helvetica, sans-serif, Verdana;
  	font-size: 1.2em;
  	line-height:1.5em;
  	color: #000000;
  	background-color:transparent;
	}
li	{
font-size: 1.3em;
	}

li li, li p, td p, blockquote p 
	{
   	font-family:Arial, Helvetica, sans-serif, Verdana;
  	font-size: .8em;
 	}

h1, h2, h3, h4
	{
  	font-family: Arial, Helvetica, sans-serif;
	}

h1
	{
  	font-size: 1.6em;
  	font-weight: bold;
  	color: #c10077;
  	background-color: transparent;
	}

h2 
	{
  	font-size: 1.4em;
  	font-weight: bold;
  	color: #c10077;
  	background-color: transparent;
  	text-transform:uppercase;
	}

h3 
	{
  	font-size: 1.3em;
  	color: #000000;
  	background-color: transparent;
	}

h4 
	{
  	font-size: 1.2em;
  	font-weight: bold;
  	color: #000000;
  	background-color: transparent;
	}
	
.small, div.small{
	font-size:0.8em;
}

.date, .label 
	{
 	font-size: 1.0em;
	line-height:1.2em;
	margin-top:4px;
	}
	
.artisttitle
	{
 	margin-top:0px;
	padding-bottom:28px;
	}
	
#header, #header a, #footer, #footer a
	{
  	color: #939393;
	font-size: 1.0em;
  	background-color: transparent;
	}
	
.date
	{
	text-decoration: none;
	color: #7a7a68;
	}
	
.more
	{
	text-decoration:none;
	font-style:italic;
	color: #009000;
	}
	
span.bold
	{
	text-decoration: none;
	font-weight: bold;
	}
	
.hide
	{
	display: none;
	}
	
.center
	{
	text-align:center;
	}
	
ul.square
	{
	list-style-image:url(ul_square_bullet.gif);
	margin-left:-21px;
	}
	
.uppercase
	{
	text-transform:uppercase;
	}	
/* rollovers */
a, a:link, a:active, a:visited
	{	
	text-decoration: none;
	font-weight: normal;
	color: #c10077;
	background-color:transparent;
	}
	
a:hover
	{	
	text-decoration: underline;
	color: #c10077;
	}	
/* rollovers end*/
