h1 {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
}
h2 {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}
h3 {
	color: Navy;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
}
h4 {
	color: #000000;
	font-family: Georgia;
	font-weight: normal;
	font-size: 14px;
	margin-left: 14px;
	font-style: italic;
	text-decoration: underline;
}
p, ul, li {
	color: #222222;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	margin-left: 25px;
}
a, a:active, a:link, a:visited, a:focus {
	color: #FF0000;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}
a.bottomlink, a.bottomlink:active, a.bottomlink:focus, a.bottomlink:link, a.bottomlink:visited {
	color: #000000;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;	
}
a.bottomlink:hover {
	color: #000000;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}