#songlist {
	width:170px;
	height:auto;
	overflow:auto;
	background-color: #333333;
}
#songlist p {
	margin:0;
	text-align: justify;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#songlist p a:link, #songlist a:visited {
	list-style-type:none;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#songlist p a:hover, #songlist a:active {
	list-style-type:none;
	color: #FF0000;
	width: 150px;
}

#music1 {
	width:170px;
	text-align:center;
	font-size: 13px;
	color: #CCFFFF;
	background-color: #000000;
}


