body { color: white; background: #6d6d99; font-family: Times, TimesNR, serif; }

a:link a:visited {color: white; text-decoration: none;}
a:active {text-decoration: none;}

div#playlist {
	position: absolute;
	margin-top: 175px; 
	left: 200px; 
	background-color: white;
	color: black;
	z-index: 10;
}
div#banner { 
	position: absolute;
	top: 30px;
	left: 10px;
	margin: 0;
	border: 0;
	}

div#links { 
	position: absolute; 
	margin-top: 175px; 
	left: 10px; 
	width: 200px; 
	color: #CCFF80; 
	border-right: 1px #6d6d99; 
	z-index: 1; 
	font-weight: bold; }

div#content2 { 
	font-family: Times, TimesNR, serif; 
	position: absolute; 
	text-align: left; 
	margin-top: 280px; 
	left: 405px; 
	border: 3px; 
	color: white; 
	font-weight: normal; 
	line-height: 120%;
	margin-right: 25px;
	z-index: 2;
	color: black;
}

div#content { 
	font-family: Times, TimesNR, serif; 
	position: absolute; 
	text-align: left; 
	margin-top: 230px; 
	left: 205px; 
	border: 3px; 
	color: white; 
	font-weight: normal; 
	line-height: 120%;
	margin-right: 25px;
	z-index: 1;
}
a:link, a:visited {color: white; text-decoration: underline;}
a:hover {background: #6d6d99; color: #CCFF80; text-decoration: underline overline;}
a:active {text-decoration: underline overline; color: white;}


div#playlist a { color: black; display: block; text-align: left; font: 12px Arial, sans-serif; font-weight: bold; padding: 5px 10px; margin: 0; border-width: 0; text-decoration: none; text-transform: uppercase; }
div#playlist a:hover { background-color: lightgray; color: white; display: block; text-align: left; font: 12px Arial, sans-serif; font-weight: bold; padding: 5px 10px; margin: 0; border-width: 0; text-decoration: none; text-transform: uppercase; }


div#links a { color: #CCFF80; display: block; text-align: left; font: 16px Arial, sans-serif; font-weight: bold; padding: 5px 10px; margin: 0; border-width: 0; text-decoration: none; text-transform: uppercase; }
div#links a:hover { color: #ffa500; display: block; text-align: left; font: 16px Arial, sans-serif; font-weight: bold; padding: 5px 10px; margin: 0; border-width: 0; text-decoration: none; text-transform: uppercase; }

