body {
	text-align: center;
	padding: 10px 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #E8ECEF url(http://www.hacke.net/hacke/img/fading2.jpg) bottom fixed repeat-x;
	color: #000;
	font-size: 0.8em;
}
#container {
	background: #fff;
}
#header {
	display: none;
	visibility: hidden;
}
#header2 {
	text-align: right;
	background: url(http://www.hacke.net/hacke/img/header_print.jpg) top right no-repeat;
	height:47px;
}
#navigation {
	display: none;
	visibility: hidden;
}
#content {
	text-align: left;
	background: #fff;
	padding:10px;
}
.code {
	background: #e0e0e0;
	font-family: monospace;
	border: 1px solid #aaa;
	padding:16px;
	text-align: left;
}
h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
}
h2 {
	font-size: 1.0em;
	font-weight: bold;
}
td {
	font-size: 0.75em;
	border: 1px solid #999;
	padding: 4px;
	vertical-align: top;
}
th {
	font-size: 0.75em;
	background: #f0f0f0;
	border: 1px solid #999;
	padding: 4px;
}
table {
	border: 1px solid #999;
	border-collapse: collapse;
}
tt {
	font-size: 1.0em;
}
#footer {
	border-top: 1px solid #000;
	clear: both;
	background: #e0e0e0;
	font-size: 0.85em;
	padding: 8px;
	text-align:center;
}