body
{
	background-color: rgb(225, 224, 243);
	margin: 0;
	padding: 0;
}

h1
{
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}

h2
{
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25em;
	text-align: center;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

hr
{
	width: 100%;
	height: 0.125em;
	border: 0;
	background-color: rgb(0, 0, 0);
	border-color: rgb(0, 0, 0);
}

p
{
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
}