﻿
body 
{
	background: #cccc99; 
	margin: 0; 
}

# container
{ 
	margin-bottom: 35px;
 } 

th
{ 
	color: #006600; 
	line-height: 20pt;
	font-size: 13px;
}

a:link 
{
	color: #006600; 
	text-decoration: none; 
}

a:visited
{
	color: orange; 
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
}

h1 
{
 	background: olive;
	 color: #FFFACD; 
	font-family: "Times New Roman", Georgia, Arial; 
	text-align: center; font-size: 35px;
	 margin: 0; 
	padding: .5em 3%;
	 border-bottom: 5px solid #fffacd;
 }

h4 
{
	 background: olive; 
	color: #fff; 
	font-family: "Times New Roman", Georgia, Arial; 
	text-align: center; font-size: 15px; 
	margin: 0; 
	padding: .5em 3%;
	 border-bottom: 5px solid #fffacd; 
}

h5
{
	 background: olive;
	 color: #fffacd; 
	font-family: "Times New Roman", Georgia, Arial; 
	text-align: center; 
	font-size: 15px;
	margin: 0; 
	padding: .5em 3%;
	border-bottom: 5px solid #fffacd;
}

