﻿body 
{
	min-width: 780px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	background-color: White;
}

.header
{
	background-color: #336600;
	color: White;
	font-weight: bold;
	font-size:x-large;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 25px 25px 25px 25px;
}

a.menu
{
	color: #336600;
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	text-decoration: none;
	
}

H1
{	color: #336600;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}

.button
{	color: #FFFF00;
	background-color: #336600;
}
	
