html, body {
	font-family: Garamond, "Times New Roman", serif;
}

h1 {
	font-size: 80px;
	width: 100%;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 20%;
}

span.grey {
	color: #787878;
}

span.maroon {
	color: #b88282;
}

form {
	margin-top: 0;
	text-align: center;
	width: 100%;
}

form input.text{
	width: 320px;
}

a {
	text-decoration: none;
	color: #424242;
	display: block;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 20px;
	font-style: italic;
}