html{
	background-image: url(img/blackbird.png);
	background-repeat: repeat-y;
	background-size: 800px 50%;
}

body{ font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	text-align: right ;
	margin:0px;
 }
span{ 
font-size: 45px; 
}

 a:link, a:visited { color: black;
 	text-decoration: none; 
}
a:hover, a:focus { color: grey;
}

h3{ font-size: 2em;
 }

h2{ margin: 50px; }

h4{ font-size: 30px}

header { background-color:black;
		color:white;
		font-size: 38px; 
		margin:50px,100px;
}
aside{ background-color: white;
	text-align: center;
	margin:auto;
	color:black;
	font-size:.9em;
	opacity: .8;
}

figure, img{ float: right;

 }

#wrapper { 
margin:0px;
}

#poem { margin: 50px; }

.stanza { font-size: .8em;
}

footer { background-color:white;
	opacity: .8;
	color: black;
	text-align:center;
	margin:auto;
	clear: both; }