@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	color: black;
}
html, body {
	color: #000;
} 
body {
	font-size: 80%;
	font-family: arial, helvetica, verdana, sans-serif;
	margin: 20px;
} 
#header, #menu, #submenu, #footer, #page_menu, #advertenties, form, #news_list {
	display: none;
}
#content {
	display: block;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}

ul, ol {
	margin: 3px 0;
}
ul li, ol li {
	margin-left: 24px;
}
* html table {
	display: block;
	font-size: 100%;
}

