h1 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 28px;
	letter-spacing: 1px;
	color: #003300;
}
h3 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 22px;	
	letter-spacing: 1px;
	color: #003300;
}
h4 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 1px;
	color: #990000;
}
p, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3;
}
li {
	margin-bottom:8px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	color: #006600;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	color: #009900;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	color: #66CC66;
	text-decoration: underline;
}
