#songListPanel {

	width:200px;
	overflow:auto;
	height:100%;
	
}

ul.songList {
  list-style-type: none;
  padding-left:0px;
  margin-left:10px;
  }
  
ul.songList li a {
	text-decoration:none;
	color:black;
}

ul.songList li a:hover {
	text-decoration:underline;
	color:black;
}

ul.songList li a:visited {
	color:black;
}

#songInfoPanel {
	position:absolute;
	top:3px;
	width:475px;
	overflow:auto;
	left:210px;
	height:450px;
	text-align:justify;
	padding-right:5px;
	
}

#songTitle {
	font: normal 1.0em/1.6em tahoma, sans-serif; 
	font-weight: bold;
}