body {
	font: medium "Comic Sans Ms", sans-serif;
	background-color: #8FBC8F;
	margin-left: 5%;
	margin-right: 5%;
}

h1 {
	font-size: x-large;
	font-weight: normal;
	text-align: center;
}

h2 {
	font-size: large;
	font-weight: normal;
	text-align: left;
	color: maroon;
}

hr {
	text-align: center;
	width: 34%;
	margin-left: 33%;
	margin-right: 33%;
}

table.price {
	border-color: #DEB887;
	border-style: solid;
	border-width: 5px;
	border-collapse: collapse;
	color: white;
	background-color: #222222;
	width: 50%;
}

table.sample {
	border-color: #DEB887;
	border-style: solid;
	border-width: 5px;
	color: white;
	background-color: black;
	width: 95%;
}

table.hints {
	border-color: #DEB887;
	border-style: solid;
	border-width: 5px;
	border-collapse: collapse;
	color: white;
	background-color: black;
	width: 80%;
}

td.cell33pct {
	border-color: #DEB887;
	border-style: solid;
	border-width: 1px;
	padding: 20px;
	width: 33%;
}

td.cell50pct {
	border-color: #DEB887;
	border-style: solid;
	border-width: 1px;
	padding: 20px;
	width: 50%;
}

td.cell-default {
	border-color: #DEB887;
	border-style: solid;
	border-width: 1px;
	padding: 15px;
}

p.artist {
	margin-left: 10%;
	margin-right: 10%;
}

span.bold {
	font-weight: bold;
}

span.underline {
	text-decoration: underline;
}

a.mainmenu {
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #800000;
	padding: 3px;
}

a.samplesmenu {
	text-decoration: none;
	color: #FFFFFF;
	padding: 7px;
}

a.mainmenu:hover, a.samplesmenu:hover {
	color: #FFFFFF;
	background-color: #800000;
}

div.menu {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

img.artist {
	padding: 20px;
	float: right;
}

img.sample {
	border: 8px ridge #DEB887;
}

.small {
	font-size: small;
}

.centered {
	text-align: center;
}

.left {
	text-align: left;
}

#insert {
    background-color: #9FCC9F;
}