html
{
	background-color: white;
	color: black;
	font-family: 'Helvetica Neue', Helvetica;
	font-size: 69%;
}

h1 {
	font-size: 700%;
}

h2 {
	font-size: 300%;
}

body
{
	font-size: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 300px;
	margin: -150px 0 0 -300px;
	text-align: center;
}
#footnote
{
	position: absolute;
	right: 0;
	bottom: 0;
}
