/* my styles */
body {
	font-family: arial, serif;
	border: 4px dashed white;
	background-color: black;
}

.bbimg {
	position: absolute;
		right: 18px;
		top: 75px;
}

.wsimg {
	border-radius: 80%;
}

#wrapper {
		margin: 20px auto 10px auto;
		width: 400px;
		height: 2950px;
		padding: 20px;
		text-align: center;
		position: relative;
	}


#poem {
	width: 400px;
	padding: 5px 5px 5px 5px;
}

.stanza {
		font-family: "times roman", serif;
		font-size: 18px;
		text-align: center;
	}


figcaption {
	font-size: 12.5px;
}


p {
	text-align: left;
}


ul {
	text-align: left;
}

footer {
	padding: 5px 5px 5px 5px;
}


a:link, a:visited {
	color: orange;
	text-shadow: 2px 2px black;
	text-decoration: none;
}

#bio {
	width: 400px;
	border: 2px solid black;
	padding: 2px;
	}

#bio a:link, a:visited {
	font-size: 22px;
	color: yellow;
}