#font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	padding-top: 0.8em;
	padding-bottom: 0.3em;
}
.small {
	font-size: 85%;
}

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

ul  {
	padding-left: 20px;
	padding-bottom: 1em;
	font-weight: normal;
}
ul li {
	display: list-item;
	list-style-type: square;
}
