* {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

html, body {
	background-color: black;
	color: white;
	font-family: sans-serif;
	font-size: 18px;
}

body>header {
	padding: 18px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 18px;
}

article {
	padding: 18px;
}

article p a {
	color: white;
	text-decoration: none;
}

article p a:hover {
	color: dimgray;
}

article p a:visited {
	color: dimgray;
}

body>footer {
	clear: both;
	font-size: 9px;
	padding: 18px;
}

body>footer p a {
	color: white;
	text-decoration: none;
}

body>footer p a:hover {
	color: dimgray;
}

body>footer p a:visited {
	color: dimgray;
}