div.exhibition {
	margin-bottom: 3px;
}

div.exhibition img {
	float: left;
	margin-right: 10px;
	border: 1px solid #4E4E4E;
	padding: 3px;
}

div.exhibition p {
	font-size: 16px;
	margin-bottom: 2px;
	font-weight: bold;
	padding: 0px;
}

div.exhibition p.artistName {
	color: #4E4E4E;
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 12px;
}

div.exhibition a {
	text-decoration: none;
	color: #009A00;
}

div.exhibition a:hover {
	text-decoration: underline;
}

