﻿body, h1, h2, h3, a, footer, rightside, center{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
	font-size: 76%;
	color: #333333;
}

body {background-color:#003300}  /* green */ 

h1 {
	font-size: 1.4em;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
	color: #e8cda8;
}

h2 {
	font-size: 1.0em;
	font-weight: normal;
	text-align: center;
	color:#e8cda8;
}

h3 {
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	color:#e8cda8;
}

p {	font-size: 1.0em;
	font-weight: normal;

	}

a {
	font-size: 1.0em;
	font-weight: bold;
	color: #E8CDA8;
}

#footer 
{	font-size: .8em;
	font-weight: normal;
	background-color:#fcf8f8
	}

#rightside
{ 
  background-color: #003300;
	}
#center
{  background-color: #fcf8f8;  /*grey */
	font-size: 1.4em;
	text-align: center;
	font-weight: normal;
	}	


