tr.heading {
	font-weight: bold;
	font-family: arial,verdana,helvetica;
	font-size: 14pt;
}

table.songs {
	border: 2px solid black;
	border-spacing: 0px;
	width: 95%;
	
}

tr.even {
	background-color: #33aabb;
}
	  
tr.odd {
	background-color: #dddd00;
}

tr.nowplaying {
    color: red; 
	font-weight: bold;
	background-color: #cecece;
	border: 1px
}



