body
{
	background: #4271EE;
	margin: 0;
	padding: 0;
	font-family: georgia, serif;
	font-size: 10pt;
}

div.content
{
	background: #fff;
	width: 400pt;
	border: 2px solid #6D6D6D;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20pt;
	margin-bottom: 50pt;
	padding: 20pt;
}

h1
{
	font-family: georgia, serif;
	font-size: 20pt;
	font-weight: bold;
}
h2
{
	font-family: georgia, serif;
	font-size: 17pt;
	font-weight: bold;
	margin-top: 20pt;
}
h3
{
	font-family: georgia, serif;
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 0pt;
	margin-top:-15pt;
}

.text img
{
	margin-top: 20pt;
	margin-bottom: 20pt;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #6A6A6A;
	display: block;
}

a:link, a:visited
{
	color: #2F50A8;
	text-decoration: none;
}

a:hover, a:active, a:focus
{
	color: #4271EE;
	text-decoration: underline;
}
