body {
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	padding-bottom: 50px;
	border-top: 10px solid #333;
	margin: 0;
}

.container {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	padding-bottom: 5px;
	font: italic 3em Georgia, "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-bottom: 0;
}

h2 {
	margin: 20px 0 5px;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 0;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}

h4 {
	text-transform: uppercase;
	font-size: .9em;
	margin: 15px 0 3px;
}

h5 {
	font-size: 1em;
	text-transform: lowercase;
	margin: 0 0 30px;
	color: #ccc;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

p {
	margin: 0 0 10px;
	font: 1em/1.5em Georgia, "Times New Roman", Times, serif;
}

code {
	
}

.feedback {
	font-style: italic;
}

a {
	color: #8d0000;
}