body{
	background-color: white;
	color: Black;
	margin-left : 2px;
	margin-top : 2px;
	margin-bottom : 1px;
	font: Arial;
	font-size: 12pt;
}

a:link{
	color: #ff3300;
	text-decoration : none;
}

a:visited{
	color: #FF9900;
	text-decoration : none;
}

a:hover{
	color: #ff3300;
	text-decoration : underline;
}

.leftnav:link{
	text-decoration : none;
}

.leftnav:visited{
	text-decoration : none;
}

.leftnav:hover{
	text-decoration : underline;
}

.song{
	list-style-type : none;
	margin-left : 5px;
}

