* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-weight: normal;
}
body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5;
}
a {
	color: black;
	text-decoration: underline;
}
p, ul, ol, dl, address, table, blockquote, pre, fieldset {
	margin-bottom: 1.5em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 15pt;
}
h3 {
	font-size: 12.5pt;
}
.vcard ol li {
	list-style: none;
}

.article .section p:first-child {
	font-weight: bold;
}
#header form,
#nav,
.article .nav,
.article .footer,
#aside {
	display: none;
}
#header {
	border-top: 1pt solid black;
	border-bottom: 1pt solid black;
}
#header img {
	float: left;
	margin-right: 1em;
}
#footer {
	border-top: 1pt solid black;
}
#header,
.article,
#footer {
	padding: 0.5em 1.5em;
}
#footer ol {
	width: 25%;
	float: left;
}
#footer ul {
	width: 50%;
	float: left;
}