#artists td {
	padding: 20px;
	text-align: center;
	border-bottom: solid 1px #CCCCDD;
	border-left: solid 1px #CCCCDD;
	font-size: 1.1em;
	color: #444455;
	vertical-align: top;
}
#artists td img {
	border: 1px solid #888899;
	margin-bottom: 10px;
}
#artists table {
	border-top: solid 1px #CCCCDD;
	border-right: solid 1px #CCCCDD;
	width: 666px;
}
#artists a:link, #artists a:visited {
	color: #222233;
	text-decoration: none;
}
#artists a:hover {
	text-decoration: underline;
	color: #CC3311;
}
#artists td img:hover {
	border: 1px solid #CC3311;
}
#artists td.bio_ls {
	padding-top: 35px;
}

