#font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
}

h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 0.3em;
}
h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 1em;
}

p {
	padding-bottom: 1em;
}
ol {
	padding-left: 40px;
	padding-bottom: 1em;
}
ol li {
	display: list-item;
	list-style-type: decimal;
}

ul  {
	padding-left: 40px;
	padding-bottom: 1em;
}
ul li {
	display: list-item;
	list-style-type: square;
}
a {
	color: #D61921;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
