/* add extra poem styling to the lyrics of Judith's song*/
div.song { 
	padding: 120 80 0 45;
	font-style: italic;
	text-align: left;
	/*color: #003322;*/
}
img.artist{
	float: right;
	clear: both;
	margin: 0;
	border: 0;
	padding: 5px 10px 15px 10px; /* top, right, bottom, left */
	max-width: 49%;
}
p.song-header {
	font-weight: bold;
}
p.song-stanza, p.song-chorus {
	margin-top: 25px;
}
p.song-chorus { margin-left: 50px;}
p.song-attribution {
	text-align: right;
	font-style: normal;
}