﻿body 
{
	background-color: White;		
	/* color: Blue;	*/
}

.main
{
	width: 100%;
	text-align: center;	
}

.maintable 
{
	width: 650px;
	text-align: center;
	border: none 1px blue;	
}

.mainnav 
{
	background-color: blue;
	color: White;
	font-family: Comic Sans MS;
	font-size: 20px;
	font-weight: bold;	
}

.mainnav a:link
{
	color: White;
	text-decoration: none;
}

.mainnav a:visited
{
	color: White;
	text-decoration: none;
}

.mainnav a:hover
{
	color: White;
	text-decoration: underline;
}




.footer 
{
	background-color: blue;
	color: White;
	font-family: Arial;
	font-size: 10px;
    font-weight: normal;
}

.mainbody 
{
	width: 100%;
	text-align: left;
}

.bodyheader 
{
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;	
}