body {
	background-color: #808080;
}
body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body a img {filter:alpha(opacity=75); -moz-opacity:0.7; opacity:0.7; -khtml-opacity:0.7;} a:hover img {filter:none; -moz-opacity:1.0; opacity:1.0; -khtml-opacity:1.0} 
html, body{scrollbar-face-color:#000000;scrollbar-base-color:#808080;scrollbar-arrow-color:#B4D20E;scrollbar-track-color:#999999;scrollbar-shadow-color:#ffffff;scrollbar-highlight-color:#ffffff;scrollbar-3dlight-color:#808080;scrollbar-darkshadow-Color:#000000;}
a {
	font-size: 13px;
	font-weight: bold;
}
a:hover {
	color: #2EACDF;
	text-decoration: none;
}

a:link,
a:visited {
  text-decoration: none;
  color: #B4D20E;
}
a:link:hover,
a:visited:hover {
  text-decoration: underline;
  color: #2EACDF;
}

/*ddaccordion css begin */
.headersongdetails{
	/*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	padding: 10px 2px;
	height: 23px;
	width: 400px;
	background: #808080 url(../images/divizorindex.jpg) no-repeat center;
	font-size: 10px;
	font-style: italic;
	color: black;
	text-align: left;
}

.headersongdetailsopen{
	/*class added to contents of 1st demo when they are open*/
	background: #808080;
		padding: 2px 2px;
	height: 23px;
	width: 400px;
	background: #808080 url(../images/divizorindex.jpg) no-repeat center;
	font-size: 10px;
	font-style: italic;
	color: black;
	text-align: left;
}
/*ddaccordion css end */