/* if you like it in print... */

body {
	font: 90%/150% Arial, sans-serif;
	margin: 1em;
}
hr,
#index #logo,
#navi,
#top {
	display: none;
}
h1 {
	margin-bottom: -0.1em;
}
h2 {
	font-size: 100%;
	margin-bottom: -1em;
}
h3, h4 {
	font-size: 100%;
}
a {
	color: #000;
	text-decoration: none;
}
#footer {
	border-top: 4px solid #ccc;
	clear: both;
	color: #666;
	font-size: 80%;
	padding: 1em 0 0 0;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer ul {
	float: left;
	margin: 0;
	padding: 0;
}
#footer li {
	display: inline;
	list-style: none;
	margin-right: 0.5em;
}
#footer em {
	font-style: normal;
}