.topBlock {
	font-size: x-large;
	font-family: Georgia;
	margin: 10px 0px 20px 10px;
}
.navBlock {
	font-size: small;
	font-family: Georgia;
	float: left;
	height: 1000px;
	border-right-style: solid;
	border-right-width: thin;
	margin-top: 0px;
	margin-left: 10px;
	padding-right: 10px;
}
.mainBlock {
	float: left;
	font-size: small;
	font-family: Georgia;
	margin-top: 0px;
	margin-left: 15px;
	width: 500px;

}
.artistName {
	font-size: large;
	text-align: center;
	margin-bottom: 0px;
}
.artistContact {
	font-size: small;
	text-align: center;
	margin-top: 0px;
}
.artistImage {
	font-size: x-small;
	text-align: center;
}
.artistBio {
	text-align: left;
}
a {
	color: #880011;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #440000;
}
a:link img{
       border-color: black;
}

