body 	{background: #cccc00;
	color: black;
	font-family: sans-serif;
	font-size: 12pt;
	margin: 0px ;}

h1 	{border-style: none;
	border-width: thin;
	text-align: center;
	background-color: #cccc00;
	font-family: serif ; }

h2 	{border-style: none;
	border-width: 0px;
	text-align: center;
	background-color: #cccc00; }

h3 	{border-style: solid;
	border-width: thin;
	text-align: center;
	background-color: grey;
	color: white ; }

h4 	{border-style: solid;
	border-width: thin;
	text-align: center;
	background-color: gray;
	color: black ; }

legend 	{border-style: solid;
	border-width: thin;
	background-color: gray; }

#header {padding: 5px ;}

#main 	{padding: 5px ;}

#navigation {text-align: center ;}

#banner {text-align: center ;}

#footer {padding: 5px ;
	margin-top: 50px ;}

img	{padding-left: 5px ;
	padding-right: 5px ; }

p	{text-align: center ;
	font-size: 20px ; }

.white 	{background-color: white; }

.centered {text-align: center ;}

.date {text-align: center; background-color: yellow;}

a 	{color: blue; text-decoration: none; }

a:hover {color: red; text-decoration: underline;}



<!-- David King, copyright 2009 -->