* {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: black;
	margin: 0;
	padding: 0;
}
body {
	background-color: white;
}
h1,h2 {
	text-weight: bold;
	margin: 20px 10px 10px;
}
h3 {
	margin: 20px 10px 5px;
	text-decoration: underline;
}
h4 {
	margin: 7px 10px 5px;
}
p {
	margin-left: 20px;
	margin-bottom: 3px;
}

.container {
	width: 100%;
	height: 100%;
	position: absolute;
	display: table;
}
.helper {
	display: table-cell;
	vertical-align: middle;
}
.content {
	margin: 0 auto;
	display: block;
	width: 800px;
	padding: 5px;
	text-align: center;
}