#font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	width: 500px;
	float: right;
	margin-right: 70px;
}
#front {
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 25px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 30px;
	padding-top: 1.6em;
	padding-bottom: 0.5em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	padding-top: 15px;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
	margin-bottom: 20px;
	padding-bottom: 2px;
}
p {
	padding-bottom: 1em;
}
ol {
	padding-left: 40px;
	padding-bottom: 1em;
}
ol li {
	display: list-item;
	list-style-type: decimal;
}

ul  {
	padding: 1em;
}
ul li {
	display: list-item;
	list-style-type: square;
	padding-bottom: 10px;
}
#font a {
	text-decoration: none;
	color: #811E22;
}
#front a {
	text-decoration: none;
	color: #811E22;
}
#font a:hover {
	color: #E2383F;
}
#front a:hover {
	color: #E2383F;
}
#leftContent p {
	padding-top: 10px;
	line-height: 18px;
}
.small {
	font-size: 90%;
}
#front ul li {
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 30px;
	color: #333;
}
