
body {
 margin: 20px 20px 20px 30px;
	background-color: #fdfefb;
}

h3 {
	font-style: oblique;
}

.top {
 padding: 10px;
}

.top .poem {
	color: green;
 text-align: justify;
 font-size: 14pt;
 font-style: oblique;
 float: left;
	width: 500px;
	height: 80px;
}

.poem .by {
	font-style: italic;
	font-size: 10pt;
	color: black;
	float: right;
}

.top .info {
 text-align: right;
 font: 8pt verdana;
 float: right;
	position: static;
	padding-top: 20px;
	opacity: 0.66;
}

.content {
 font: 11pt georgia;
 margin: 180px 90px 0px 70px;
}

li {
	list-style-type: lower-greek;
}
