html {
font-family: sans-serif;
height: 100%;
min-height: 100%;
max-height: 100%;
text-align: center;
vertical-align: middle;
margin: auto;
}
body {
	vertical-align: middle;
	text-align: center;
	background-color: #acf;
	margin: auto;
}
h1 {
	margin-bottom: 1px;
      font-size: 2em;
}
h2 {
	margin-top: 1px;
	margin-bottom 2px;
	padding-bottom 0;
      font-size: 2em;
}
a {
	text-decoration: none;
	color: #444;
}
p {
	padding-top: 0;
	margin-top: 2px;
}

span {
	font-size: 0.25em;
}
