body {
	background-color: #FFFFFF;
	margin-top: 1em;
	margin-right: 5%;
	margin-bottom: 1em;
	margin-left: 5%;
	color: #000099;
	list-style-type: square;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	color: #990000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #990000;
}


p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 2em;
	text-align: justify;
	font-weight: bold;
	font-size: 1em;
	color: #000000;
}
.center {
	text-align: center;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000000;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: upper-alpha;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: italic;
}
.italic {
	font-style: italic;
	font-weight: bold;
}
ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #000000;
	list-style-type: square;
}
table {
	margin: 2em;
}
.leftfloat{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
