/* CSS Document */

body {
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
	line-height: 12px;
	background-color: #000;
	margin: 0;
    padding: 0;
}
hr {
	color: #000;
}
#footer {
	margin-top: 40px;
    margin-bottom: 0;
	padding: 0;
	width: 779px;
	border: none;
	color: #000;
	text-align: right;
	font-size: 10px;
	line-height: 6px;
}
#nofloat {
	clear: right;
}
.tracks {
	margin-left: 10px;
	font-size: 10px;
	line-height: 12px;
}
.price {
	margin-left: 20px;
	font-size: 12px;
	line-height: 14px;
}
.details {
    font-size: 12px;
    font-weight: bold;
}
/* Links */

	a:link {
		color: #c6691d;
	}
	a:visited {
		color: #c6691d;
	}
	a:visited:hover {
		color: #000;
	}
	a:hover {
		color: #000;
	}
	a:active {
		color: #000;
	}
	a {
		font-family: Arial;
		font-weight: 900;
		text-decoration: none;
        border-width: 0;
	}
