body {
	font-family: "Lucida Grande", sans-serif;
	background-image: url(reflection2.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	color: white;
	margin: 3em;
	font-size: .8em;
	font-weight: normal;
	text-shadow: #000 3px 3px 5px;
}
a:link {
	color: #cf0;
}
a:active {
	color: #ef0;
}
a:visited {
	color: #ad0;
}
div
{
	text-align: left;
}
.release
{
	float: left;
	padding: 1em;
	margin-bottom: 2em;
	margin-right: 1em;
	border: #333 1px solid;
	background-color: #333;
	background-repeat: repeat-x;
	background-image: url(reflection.jpg);
	text-shadow: #111 1px 1px 3px;
}
.content {
}

.track {
	margin-top: 1em;
}

.track p
{
	margin: 0em;
	margin-top: .5em;
}

.links {
	font-size: 80%;
}

.tracknumber {
	border: #cccccc 1px solid;
	padding-left: 0.3em;
	padding-right: 0.3em;
	margin-bottom: 2em;
}

h1 {
	font-size: 2em;
	text-shadow: #000 3px 3px 5px;
}

h2 {
	clear: both;
	font-size: 1em;
	font-weight: normal;
	text-shadow: #000 3px 3px 5px;
}

h3 {
	clear: both;
	font-size: 1.5em;
	text-shadow: #000 3px 3px 5px;
}

h4 {
	font-size: 1em;
	font-weight: normal;
	text-shadow: #000 3px 3px 5px;
}