html, body {
	background: none;
}
#header, #menue {
	display: none;
}
#content {
	color: #000;	
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
p {
	font-size: 12px;
}
IMG {
	float: none;
	display: block;
}
#footer {
	border: solid 1px #000;
	border-width: 1px 0;
	padding: 0.5em;
}
#footer ul li {
	list-style: none;
}
a {
	text-decoration: none;
	background-color: inherit;
	color: inherit;
}
