body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #999;
	text-align: justify;
}
h1 {
	color: #7F3F00;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF9F00;

}
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

#song {
	cursor: pointer;
}
