/*   Artist Style sheet    */


 A.artist:link, A.artist:visited,  A.artist:active  {
	color: #DBE9FD;
	text-decoration: none;
	font-size: 12px;
	font-family: "Comic Sans MS";
	line-height: 1.4;
	word-spacing: 2px;
	white-space: normal;
	letter-spacing: 1px;
}
 A.artist:hover
	 {
	text-decoration: underline;
	color: #FF9F3E;
}
   

h2.artist {
	
}
div.intro {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	color: #FFF9FC;
	line-height: 1.3;
	word-spacing: 1.9px;
	white-space: normal;
	letter-spacing: .8px;
	
}

td.desc {
	padding-right: 12px;
	padding-left: 8px;
	vertical-align: middle;
}	
td.imagecell {
	padding-right:29px;
	}
	
td.spacecells {
	height: 15px;
	background-color: Maroon;
}
	
div.playbutton {
		padding-left:142px;		
	}
	
	hr {
		color:#880000;
	}
