html {
	overflow-x: hidden;
	overflow-y: auto;
} 
.homepage {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #663300;
}
.homepageHeader {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 10px;
	font-weight: bold;
}
.homepageNormal {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
}
.ArtistHeaderName {

	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
}
.homepageHeaderBrown {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 10px;
	font-weight: normal;
	color: #663300;
}
.boxed {
	border: 2px double #C7B39A;
}
.homepageNormalBrown {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #663300;
}
