body {
	color: white;
	background-color: black;
	max-width: 30em;
	margin: 4em 2em;
	font-family: sans-serif;
}

h1 { letter-spacing: .2em; }

p { margin-bottom: 2em; }
p.footer { margin-top: 4em; }

a:link, a:visited { color: #888; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
