h1, p {
	margin-bottom: 1em;
}
li {
	margin-bottom: 0.5em;
}
a {
	color: #660505;
	text-decoration: none;
}
a:hover {
	color: #cc0a0a;
}
.nav-content a {
	color: #fff;
	text-decoration: none;
}
.red, .error {
	color: #f00;
}
input.error, textarea.error {
	border: 2px solid #f00;
}