body {
	background: #f8f5ea;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: auto;
	font-size: 12px;
	line-height: 135%;
}
#wrapper {
	width: 500px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
h1 {
	width: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
h2 {
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;

}
p {
	width: 490px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	color: #8e1c53;
	font-weight: bold;
}