body{
		background-image: url(img/forest.jpg);
		background-repeat: no-repeat;
		background-attachment: fixed;
		border: 2px dashed white;

}

header {
		text-align: center;
		font-family: Impact, serif;
}


.stanza {
		background-color: hsla(0, 0%, 100%, 0.24);
		text-align: center;
		font-family: monospace;
		font-size: 20px;
		width: 400px;
		margin: 0 auto;

}


.stanza h3 {
		font-family: Impact, serif;
		font-size:30px;

}

#bio {

		font-family: Impact, serif;
		text-align: center;
		background-color: hsla(0, 0%, 100%, 0.24);
		width: 700px;
		margin: 0 auto;
}

#bio p {
		text-align: left;
		margin: 0 auto;
		width: 600px;

}

#bio ul {
		text-align: left;
		margin-left: 30px;
}
a:link {

		color: white;
		text-decoration: none;
}

a:visited {
		color: #292929;
		text-decoration: none;
}

a:hover {
		color: darkgray;
		text-decoration: none;
}