body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #184515;
}
body {
	background-color: #EEEBCC;
	margin-top: 0 
}

h1 {
	font-size: 12px;
	color: #003300;
    background-color: #93B088;
}
h2 {
	font-size: 12px;
	color: #003300;
    background-color: #EEEBCC;
}

.copyright {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #184515;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
	
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}

