.subnav a:active { color: #FCE88F; text-decoration: none; font-weight: bold}
.subnav a:link {  color: #A8C199; text-decoration: none; font-weight: bold}
.subnav a:visited {  color: #A8C199;text-decoration: none; font-weight: bold}
.subnav a:hover {  color: #FFCC66; text-decoration: underline ; font-weight: bold}

.body a:active { color: #85A970; text-decoration: underline; font-weight: bold}
.body a:link {  color: #85A970; text-decoration: underline; font-weight: bold}
.body a:visited {  color: #85A970;text-decoration: underline; font-weight: bold}
.body a:hover {  color: #ABC49D; text-decoration: underline; font-weight: bold }

.footer  a:active {  color: #A8C199; text-decoration: none}
.footer  a:link {  color: #A8C199; text-decoration: none}
.footer  a:visited {  color: #A8C199; text-decoration: none}
.footer  a:hover {  color: #85A970; text-decoration: underline}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #600001;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #85A970;
}

