h2 {
	font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-style: italic;
	font-size: 2.4em;
	margin-bottom: 10px;
	height: 43px;
	overflow: hidden;
}
ol.playlist {
	font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-style: italic;
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 15px;
}
ol.playlist li {
	color: #666;
}
ol.playlist a {
	text-decoration: none;
}
table td, table th {
	padding-top: 1px;
	padding-bottom: 1px;
}
.container {
	width: 750px; 
	margin-top: 50px;
}

body {
	background: black;
	color: #999;
	padding-bottom: 50px;
}
strong {
	color: #aaa;
}
.container {
	padding: 1.5em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.container, hr.space {
	background: #222426;
}
h2 {
	color: #fff;
}
h3 {
	color: #ccc;
}
hr.space {
	background: #222426;
	color: #222426;
}
hr {
	background #3a3a3a;
	color: #3a3a3a;
}
a:link, a:visited, a:active, a:hover {
	color: #85b2c6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
span.year {
	font-size: 18px;
	color: #888;
}
.mp3-link {
	float: right;
	margin-top: -1.5em;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
#listen {
	margin: 0;
}

a.website-link {
	color: #ff5522;
}
ol.playlist li {
	position: relative;
}
ol.playlist a.mp3 {
	padding-left: 5px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #516d79;
	position: absolute;
	top: 8px;
	*top: 4px;
	right: 0;
	_right: 30px;
}
ol.playlist a:hover.mp3 {
	text-decoration: underline;
}