body
{
	background-color: #0B2F6B;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
}
.teal
{
	background-color: #0B2F6B;
	color: #01FFB0;
}

.whiteheader {
	background-color: #0B2F6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.copytext {
	background-color: #0B2F6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

a
{
	color: white;
}

a:hover
{
	font-weight: bold;
	text-decoration:underline;
}
