#artist {
}

#controller {
	padding: 0;
}

#controller table tr td {
	padding: 0;
}

#controller table tr td h1 {
	font-size: 15pt;
}

#controller table tr td h1 a {
	display: block;
	text-decoration: none;
}

#controller table tr td h1 a:hover {
	color: #fc0;
}

#controller table tr td a:hover {
	color: #fc0;
	text-decoration: none;
}

#artist p#submit-artist {
	float: right;
	margin: 8px;
	width: 200px;
	text-align: right;
	color: #fff;
}

#artist p#submit-artist a {
	display: block;
	color: #fff;
}

#artist h1 a {
	display: block;
	color: #fff;
	text-decoration: none;
}

p.summary {
	background: #fc0;
	color: #000;
	padding: 8px;
	text-align: center;
	margin: 8px 0 4px 0;
}

.artist {
	float: left;
	display: inline;
	width: 224px; 
	border: 4px solid #47a; 
	margin: 4px;
}

.artist .artist-image {
	display: block;
	width: 224px; 
	height: 208px; 
}

.artist h3 {
	margin: 0;
}

.artist h3 a:link,
.artist h3 a:visited {
	display: block;
	color: #fff;
	background: #47a;
	text-decoration: none;
	padding: 4px;
}
