a:link, a:visited {
	text-align: center;
	background-color: #000000;
	color: #ffdd00;
	padding: 5px;
	border: 5px double #ffffff;
	text-decoration: none;
	}

a:hover {
	font-weight: bold;
	}

a:active {
	text-decoration: line-through;
	}

body {
	background-color: #801a1a;
	background-image:url(125629.png);
	padding: 0;
	margin: 25px 0 0 0;
	text-align: center;
	}

h1, h2, h3, h4 {
	text-align: center;
}

h1 {
	font-size: 85px;
}

h2 {
	font-size: 65px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 25px;
}

#container {
	width: 90%;
	background-color: #ffffff;
	padding: 25px;
	border: 15px solid #dcdcdc;
	margin: auto;
	text-align: left;
}

.poem {
	text-align: left;
}

.next {
	position: relative;
	right: -98%;
}