ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}
li {
	float: left;
}
li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 16pt;
}
li a:hover {
	background-color: #999;
}

#frost-poem-block {
	background-image: url(../img/frostcrow.jpg);
	max-width: 800px;
	margin: 10px;
	padding: 20px;
	background-repeat: no-repeat;
	background-size: contain;
}
#frost-poem-w {
	font-style: italic;
	color: white;
}
#frost-poem-b {
	font-style: italic;
	color: black;
}
#stats-inner {
	font-size: 8pt;
}
#details-title {
	font-size: 12pt;
}
#details-text {
	font-size: 10pt;
}




