html,body {
	background-color: #161616;
	font-family: Georgia, serif;
}

a {
	color: #afa;
	text-decoration: none;
}

a:hover {
	color: #3a7;
	text-decoration: none;
}

p {
	text-align: center;
	color: #CCCCCC;
}

img {
	border: none;
}

h1 {
	color: #3a7;
	padding-bottom: 72px;
}

ul {
	color: #3a7;
}

#valid {
	position: absolute;
	bottom: 12px;
	right: 12px;
}
