div.albums div.entry {
	
}
div.albums div.entry div.title {
	background-color: #85322F;
	padding: 3px;
	color: #fff !important;
}

table.tracks tr.even {
	background-color: #EAAA4D;
}
table.tracks tr.odd {
	background-color: #EFBB70;
}
table.tracks tr td a {
	color: #480503;
}

