﻿body {
}
body {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #003366;
	margin: 0px;
}
a {
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	color: #FFFFFF;
}
a:visited {
	font-weight: normal;
}
a:hover {
	color: #FF0000;
}
.TitleStyle {
	font-size: 24pt;
	position: absolute;
	top: 180px;
	left: 100px;
}
.BodyStyle {
	background-color: #00467F;
	position: absolute;
	left: 250px;
	top: 275px;
	vertical-align: top;
	text-align: left;
	width: 60%;
}
.Date {
	position: absolute;
	top: 235px;
	left: 200px;
	font-style: italic;
}
