#musicbody {
	width: 40em;
	float: left;
background-color: #ffffcc;
}

.musiccontent
{
	padding: 1em;
	background-color: #ffffcc;
	color: #330000;
}
						
#musicbody cite {
	font-family: helvetica;
	font-size: 0.7em;
	margin-left: 2em;
}

#songlist {

}

table { 
width: 40em;
}


th {
color: #995533;
font-size: .8em;
}

td {
font-size: .9em;
border: 1px  black;
}

.noplayer {
padding-left: 21px;
}

.even  
{
background-color: #995533;
color: #ffffff;
}

.odd 
{
background-color: #ffffcc;
color: #330000;
}

.even a {
text-decoration: none;
color: #ffffff;
}

.odd a {
text-decoration: none;
color: #330000;
}
