body {
	font-family: garamond, georgia, serif;
	background-color: white;
}
h1 {
	font-size: 40pt;
	text-align: center;
	margin: 30px 0;
}
a {
	text-decoration: none;
	color: #009;
}
div#poem {
	font-size: 20pt;
	width: 500px;
	margin: 10px auto;
	padding: 15px;
	background-color: #009;
	color: white;
	text-align: center;
	font-style: italic;
}
div#poem a {
	color: #CCF;
}
div#by {	
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
}
div#by img {
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 4px;
}
div#foot {
	font-family: tahoma, arial, sans-serif;
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
	font-size: 9pt;
}
