﻿body {
	text-align: center; 
	background-color: LightBlue;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.MenuLink, .MenuLink:hover
{
	font-family:  Century Gothic, sans-serif, Verdana,  Helvetica;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold ;
	color: White;
}

.MenuLink:hover
{
	color: Blue;
	text-decoration:underline;
}

.MenuCell
{
	border-right:white;
	font-size:10px;
	text-align:center;
	background:RosyBrown;
}	

.FooterLink, .FooterLink:hover
{
	font-family:  Century Gothic, sans-serif, Verdana,  Helvetica;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold ;
	color: #444;
}

.FooterLink:hover
{
	color: #444;
	text-decoration:underline;
}

.BodyLink, .BodyLink:hover
{
	font-family:  Century Gothic, sans-serif, Verdana,  Helvetica;
	font-size: 16px;
	font-style:italic;
	text-decoration: none;
	font-weight: bold ;
	color: Navy;
}

.BodyLink:hover
{
	color: #444;
	text-decoration:underline;
}

.BodyLinkSmall, .BodyLinkSmall:hover
{
	font-family:  Century Gothic, sans-serif, Verdana,  Helvetica;
	font-size:small;
	text-decoration: none;
	color: Navy;
}

.BodyLinkSmall:hover
{
	color: #444;
	text-decoration:underline;
	
}