
a {
	text-decoration: none;
	color: white;
}

#jukebox {
	width: 248px;
	font-family: Verdana;
	font-size: 11px;
	background-color: rgb(90,157,183);
	border-color: 1px solid rgb(81,141,201);
}

#playlist {
	padding: 2px 0px;
	border-left: 3px solid rgb(81,141,201);
	border-right: 3px solid rgb(81,141,201);
}

#playlist div {
	padding: 0px 5px;
	cursor: pointer;
}

#playlist div:hover {
	background-color: rgb(116,179,194);
}

#all {
	padding: 3px 5px;
	background-color: rgb(81,141,201);
	font-variant: small-caps;
	font-weight: bold;
}

#all a {
	cursor: pointer;
}

#all a:hover {
	color: yellow;
}

