A, A:ACTIVE, A:VISITED
{
	color: white;
}

A:HOVER
{
	color: Aqua;
	text-decoration: none;
}

.bodyAnchor, .bodyAnchor:ACTIVE, .bodyAnchor:VISITED
{
	color: #FF7F50;
}



.title
{
	position: absolute;
	left: 6px;
	top: 20px;
	color: white;
	font-size: 16pt;
	font-family: sans-serif;
}

.navbar
{
	color: white;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	background-color: Navy;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100px;
}

.dateDisplay
{
	text-align: right;
	color: #FF7F50;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	height: 40px;
	width: 100%;
	position: absolute;
	top: 100px;
}

.main
{
	color: Navy;
	font-size: 10pt;
	font-family: sans-serif;
	width: 50%;
	padding: 10px;
	width: 450px;
	position:  absolute;
	top: 40px;
	left: 40px;
}

.footer
{
	text-align: right;
	color: white;
	font-family: sans-serif;
	font-size: 8pt;
	padding-top: 3px;
	padding-left: 6px;
	position: absolute;
}