body {
	background : #000000 none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #c7c7c7;
	text-align: center;
	margin: auto;
}

#poemtext {
	text-align: left;
	margin-left: 300px;
	margin-top: 200px;
}

#biotext {
	text-align: left;
	margin-left: 50px;
	margin-top: 50px;
	width: 500px;
}

.headline {
	font-size: 14px;
	padding-bottom: 1px;
	display: block;
}

a {
	color : #e41719;
	text-decoration : none;
}

a:hover {
	color : #e44d50;
	text-decoration : none;
}