body {
	background: White;
	color:black;
	font-family: Verdana, Arial, sans-serif;
	font-size:small;
	margin:10px;
}

img{
	border:none;
	text-align: center;
	font-size: 10px;
}

.album_art{
	height:80px;
	width:80px;
}

ol{
	border: thin solid Gray;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	list-style: decimal;
	-moz-border-radius: 10px;

}
li{
	border-top: thin dashed Gray;
	padding: 5px;
}
.odd{
	background-color:rgb(232, 235, 240);
}

.track-image{
	width: 85px;
	height: 85px;
	border: thin solid;
}
