h2 {
	clear:both;
	margin-top:2em;
	margin-bottom:1em;
}

h4 {
	margin-top:1em;
	margin-bottom:.3em;
}

p {
	margin-top:1em;
}

ul {
	margin-top:0px;
}

.songs {
	float:left;
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:2em;
	margin-right:1em;
	font-size:90%;
	width:20em;
}

div.slide {
	width:10em;
	height:12em;
	color:#000;
	float:left;
	padding:10px;
	margin:10px;
	text-align:center;
	border:1px outset #ccc;
	font-size:90%;
	background:#ccc;
}
.slide img {
	border:2px inset #ddd;
}

