/** {
	border: 1px solid red;
}*/

h1 {
	color: white;
	text-align: center;
	padding-top: 250px;
	font-family: "Courier New", "Lucida Consol", monospace;
	font-weight: normal;
}

h2#headnote {
	color: white;
	border: 1px solid #FFD14A;
	border-radius: 10px;
	margin: 80px 600px 280px 600px;
	padding: 0px;
	font-size: 20px;
	font-family: "Courier New", "Lucida Consol", monospace;
	font-weight: normal;
	text-align: center;
}

body {
	background-color: black;
	padding: 0px;
	margin: 0px;
	background-image: url("img/texture.backround.png");
}

#poem {
	width: 450px;
	margin: 50px auto;
	padding: 10px;
	background-color: black;
	background-image: url("img/texture.backround.png");
	border-radius: 10px;
	font-size: 20px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: lighter;
	color: lightgrey;
}

.stanza h3 {
	color: #FFD14A;
	font-family: "Lucida Console", "Courier New", Monospace;
	font-weight: normal;
	margin-bottom: 0px;
}

#bio {
	color: white;
	font-family: "Courier New", "Lucida Consol", monospace;
	text-align: center;
	margin: 0px 150px;
}

h2 {
	font-weight: lighter;
	padding-top: 25px;
}

#list {
	padding-top: 40px;
	font-size: 20px;
}

ul {
	margin: 0px 350px;
	text-align: left;
	padding-bottom: 30px;
}

li {
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: lighter;
	color: lightgrey;
	font-size: 20px;
	line-height: 30px;
}

#poem_name {
	color: #FFD14A;
}

#Wallace_Stevens {
	width: 400px;
	margin-left: 100px;
	opacity: 0.8;
	float: left;
}

p#bio_info {
	padding: 30px;
	margin: 90px 150px 100px 0px;
	font-weight: lighter;
	line-height: 30px;
	font-size: 19px;
}

#bio_link {
	font-size: 15px;
}

#contact_info {
	font-size: 15px;
	font-family: "Courier New", "Lucida Consol", monospace;
}

a:link,
a:visited {
	color: #FFD14A;
}

a:hover,
a:focus {
	color: lightgrey;
}