body{
	color: #ECECBC;
	font-family: arial, san-serif;
}

a:link { color: #999999; }
a:visited { color: #99CC99; }
a:hover { color: #CC9999; }


#main_music{
	position: absolute;
	left: 50%;
	top: 50px;
	width: 700px;
	height: 600px;
	margin-left: -350px;

}

#overallArtistContainer{
	overflow: auto;
	width: 100%;
	height: 100%;
}

#overallArtistTable{
	width: 100%;
}

#overallArtistTable tr.artistRow0{
	text-transform: none;
	color: #78AED8; 
	font: 10px sans-serif; 
	letter-spacing: 0em;
	background-color: #5C4C4C;
	border: 2px #C5C5A0 groove;
}
#overallArtistTable tr.artistRow1{
	text-transform: none;
	font: 10px sans-serif; 
	color: #78D8AE; 
	letter-spacing: 0em;
	background-color: transparent;
	border: 2px #2B1817 groove; 
}