/* ##### Song related Styles ##### */

.song {
	xmargin-top: 10px;
	border: 1px solid #8F7655;
	padding: 5px;
	text-align: center;
}

.songTitle {
	font-size: 1.5em;
	font-weight: bold;
}

.byline {
	font-style: italic;
}

.woodcut {
	height: 620px; 
	background: url(/img/penAndInk.gif); 
	background-position: right;
	background-repeat: no-repeat;
}
.woodcut a {
	background-color: white;
}
