article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font: 16px/24px "calluna-1","calluna-2", times, serif;
	background: #cccccc;
	color: #666666;
	padding: 0;
	margin: 0;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "fertigo-pro-1","fertigo-pro-2", helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin-bottom: 1.0em;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 110%;
}
h4, h5, h6 {
	font-size: 100%;
}
a {
	text-decoration: none;
}
pre, code, tt {
	font-family: "anonymous-pro-1","anonymous-pro-2", monospace;
	line-height: 115%;
}
blockquote {
	margin-left: 2.0em; margin-right: 2.0em;
}
pre del {
	text-decoration: none;
	font-style: italic;
}
header {
	display: none;
}
footer {
	text-align: center;
	font-style: italic;
	font-size: 90%;
}