body {
	background-color: gray;
	font-family: "Helvetica", "Arial", sans-serif;
}

div.content {
	background-color: white;
	width: 800px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

img.centered {
	width: 800px;
}

h1.centered {
	text-align: center;
}

h2.centered {
	text-align: center;
}

h3.centered {
	text-align: center;
}

p {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}
