a:link {   
	font-size: 14px; 
	color: #339933;
	text-decoration: none; 
}
a:visited {   
	font-size: 14px; 
	color: #8F8986;
	text-decoration: none; 
} 
a:hover {   
	font-size: 14px; 
	color: #339933;
	text-decoration: underline;
}
a:link, a:visited, a:hover, p, h2 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, .heading {
	font-family: Georgia, "Times New Roman", Times, serif;
}   
p { 
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	display: inline;
	text-align: center;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #339933;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
}
.heading {
	font-size: 18px;
	font-weight: bold;
	color: #339933;
	background-color: #EBF9F9;
	text-align: center;
}