body {
	color: Black;
	background-color: #FEFECC;
	font-family: Verdana, "Times New Roman", Tahoma, sans-serif;
	font-size: 12pt;
	text-align: left;
}

A {
	color: #0000B0;
	text-decoration: none;
}

A:HOVER {
	color: #0000ff;
	text-decoration: none;
}

a:link {color: #0000B0; }
a:active {color: #ff0000;}
a:visited {color: #333333;}

div.cover { position: absolute; top: 10px; right: auto; left: 25px; bottom: auto;
				width: 50%; text-align: left;}

div.description {	position: absolute; top: 350px; right: auto; left: 30px; 
						bottom: auto; width: 50%; text-align: left; font-size: 12pt;}

div.feedback {
	position: absolute; top: 400px; right: auto; left: 75px; bottom: auto; width: 50%;
	text-align: left; font-size: 14pt; font-weight: 900;}

div.tracks {
	position: absolute; top: 20px; right: auto; left: 400px; bottom: auto; width: 50%;
	text-align: left; font-size: 12pt; font-weight: 600;}
	
div.goBack {
	position: absolute; top: 400px; right: auto; left: 400px; bottom: auto; width: 50%;
	text-align: left; font-size: 14pt; font-weight: 900;}
	
div.goBackFull {
	position: absolute; top: 425px; right: auto; left: 75px; bottom: auto; width: 50%;
	text-align: left; font-size: 14pt; font-weight: 900;}

span.releaseDate {
	font-size: 10px;}
	
	
