body
{
 	background-color:Black;
}

.box
{
	width: 964px;
	background-color:white;
	margin: 0 auto;
	padding:20px;
	}

.box a {
   color: black;
   text-decoration: none; /* no underline until hover over container*/	
}	

.box:hover a {
   color: blue;
}


.title
{
	font-size:50px;
	color:maroon;
	padding-bottom: 40px
}

.Poem
{
 	font-family:"Georgia";
	font-size:25px;
	color:black;
	line-height: 1.3
}

Img
{
	float:right;
}


