h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #636363;
	text-transform: capitalize;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: none;
	color: #96B231;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #636363;
}
a:link {
	color: #5D6E3D;
	text-decoration: none;
}
a:hover {
	background-color: #DFEFD0;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #636363;
	font-weight: bold;
}
