body,td{
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-family: Georgia;
	font-size: 14px;
}
H1 {
	color: #2d7105;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia;
	font-size: 28px;
}

a:link {
	color: #2d7105;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia;
	font-size: 24px;
}
a:visited {
	color: #2d7105;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia;
	font-size: 24px;
}
a:hover {
	color: #2d7105;
	text-decoration: underline;
	font-weight: bold;
	font-family: Georgia;
	font-size: 24px;
} 
a:active {
	color: #2d7105;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 24px;
}


