﻿body
{
	font-family: Calibri, Verdana, Arial;
	font-size: 10pt;
	background-color: Black;
	color: gray;
	text-align: center;
	width: 100%;
	margin: 0;
}

h1
{
	font-size: 18pt;
	font-weight: bold;
}
h2
{
	font-size: 14pt;
	font-weight: bold;
}
h3
{
	font-size: 12pt;
	font-weight: bold;
}
h4
{
	font-size: 10pt;
	font-weight: bold;
}
h5
{
	font-size: 10pt;
	font-style: italic;
}

#AllContent
{
	margin-left: auto;
	margin-right: auto;
}

#Header
{
	padding: 20px 0 10px 20px;
	float: left;
	clear: both;
}

#Body
{
	background-color: White;
	color: Black;
	text-align: left;
	margin: 20px 0px;
	padding: 20px;
	clear: both;
}

#Footer div
{
	padding-bottom: 20px;
}
#Footer a:link, #Footer a:visited, #Footer a:active, #Footer a:hover
{
	color: #2b89ac;
}