body
{   
	background-color:#9999FF; 
	padding: 7px;
}

table.main
{
	border: none;
	background-color: transparent;
}

td.title
{
	width: 75%;
	background-color:#003399;
	height: 115px;
	text-align: center;
	border: thin groove;
	border-color: FF0000;
}

td.nav
{
	border: thin groove;
	background-color: 6F2Ef4;
	width: 20%;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

td.body
{
	background-color: transparent;
	text-align: justify;
	color: 87EFFF;
	width: 80%;
	padding: 5px;
}

table.invisible
{
	border: none;
	padding: 3px;
	background-color: transparent;
}

a.nav
{
	color: FFFD42;
	text-decoration: none;
}

a.nav:hover
{
	color: FFFDDD;
	text-decoration: none;
}

a.newsletter
{
	color: FFFFFF;
	text-decoration: none;
}

a.newsletter:hover
{
	color: FF0000;
	text-decoration: none;
}

font.heading
{
	color: 84A1FF;
	font-style: oblique;
	font-weight: 800;
	font-size: x-large;
	text-decoration: underline;
}
