/* 
	Marco Coenradie
	marco@bitfactory.nl
*/

/* Reset all the values for all browsers */
@import 'screen.css';

#header, #search, #left_content, #topnav, #subheader, #right_bar, #print {
	display: none;
}

#main_content *, #main_content * * {
	color: black;
	line-height: auto;
}

#main_content, #main_content p {
	width: 100%;
	font-size: 20px;
	line-height: 22px;
}

#main_content h1 {
	font-size: 32px;
}

#main_content h2 {
	font-size: 29px;
}

#main_content h3 {
	font-size: 26px;
}

#main_content h4 {
	font-size: 23px;
}

#main_content table tr td {
	width: auto;
}