body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text color: white;
	
}
h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: 100;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: underline;
	background-color: #CCCCCC;
	border: #00FF00;
	text-align: center;
}

h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: 100;
	text-transform: uppercase;
	color: #FFffff;
	text-decoration: underline;
	background-color: #CCCCCC;
	border: #00FF00;
	text-align: center;
}
.navbutton {
	background-color: #ffffff;
}
.poemtitle {
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #990000;
	font-style: italic;
}
.poembody {
	font-size: 17px;
	font-style: italic;
	color: #ffffff;
	background-color: #000000;
}
