body {
	background : #FFFFFF;
	text-align: left;
	margin-left: 100px;
	font: 11px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

a:link {
	color: #e86d5d;
	text-decoration: none;
}

a:visited {
	color: #e86d5d;
	text-decoration: none;
}

a:focus {
	color: #ffffff;
	background: #e86d5d;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	background: #e86d5d;
	text-decoration: none;
}

a:active {
	color: #e86d5d;
	text-decoration: none;
}

ul {
	line-height: 15px;
	list-style: none;
	display: inline;
}

hr {
	border-top: 1px solid #000000;
}

abbr {
}

.tracktitle {
	font-size: 27px;
	font-weight: bold;
	letter-spacing: -2px;
	text-transform: uppercase;
	color: #d4d4d4;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	text-transform: uppercase;
	color: #000000;
}

.tracknumber {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.trackartist {
	text-transform: uppercase;
}

.tracklisting {
	margin-left: 4px;
	width: 500px;
	text-align: left;
}

.download {
	line-height: 11px;
	font-size: 11px;
}

.new {
	color: #e86d5d;
	font-weight: bold;
	font-size: 20px;
}