body {
	background-color: #fff;
	color: #000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1, h2 {
	margin: 0;
}

h3 {
	color: #009;
	border-bottom: 2px solid #009;
}

p {
	line-height: 20px;
}

a {
	text-decoration: none;
	color: #009;
}

a:hover {
	text-decoration: underline;
}

#c {
	width: 65%;
	margin: 0 auto;
}

em {
	display: block;
}

ol {
	margin-top: 0;
	margin-bottom: 0;
}

small {
	font-size: 8pt;
	display: block;
	text-align: center;
}