body
{
	text-align: center;
	background: #719847;
}
img.heading
{
	border: thin solid Black;
}

table.menu
{
	width:744;
	border: thin solid Black;
	border-top: none;
}
table.menu td
{
	width: 25%;
}

table.body
{
	width:744;
	border: thin solid Black;
	border-top: none;
	padding:10px;
}

.menu td a
{ 
	border: thin outset #9BBF75;
	width: 100%;
	text-align: center;
	color: White;
	text-decoration: none;

 }
 
 .menu td a:hover
{ 
	border: thin inset #BCD69E;
	background-color: #B9D39A;
	color: #597739;

 }
 
 table.footer
 {
 	width:744;
	border: thin solid Black;
	border-top: none;
	background-color: #A5C681;
	text-align: center;
 }
 
 h1
 {
 	color: #597739;
	width: 100%;
	border-bottom: thin solid #597739;
 }
