html, body {
	background-color: #310;
	font-family: georgia, serif;
	text-align: justify;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.pagebackground {
	max-width: 50em;
	min-width: 524px;
	margin: 1em auto;
	background-color: #fff;
	border: 1px 3px 3px 1px;
	border-style: solid;
	border-color: black;
}
h1 {
	margin: 0.2em;
	text-align: center;
}
img {
	border: none;
}
div.content {
	margin: 1em;
	background-image: url('staves.png');
	background-repeat: both;
	min-height: 20em;
}
div.sampleslink {
	float: right;
	text-align: center;
	border: 1px solid black;
	font-weight: bold;
}
div.sampleslink a.imagelink {
	display: block;
	width: 225px;
	height: 186px;
	background-image: url('ThumbnailSamples.jpg');
	background-position: bottom;
	border-top: 1px solid black;
}
div.sampleslink a.imagelink:hover, div.sampleslink:hover a.imagelink {
	background-position: top;
}
div.sample {
	float: left;
	text-align: center;
	border: 1px solid black;
	font-weight: bold;
	margin: 0.5em;
}
div.sample a {
	display: block;
}
div.sample a img {
	display: block;
	width: 225px;
	height: 186px;
	border-top: 1px solid black;
}
.clear {
	clear: both;
}
address {
	margin: 1em;
}
