/* This is the stylesheet modern browser will use to print your pages. */

a, #content a {
	color: #000;
        text-decoration:none;   
}

body {
	font-family: Times, serif;
	font-size: 12pt;
}

#header {
        display: none;  
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
        padding-top: 5px;
        float: left;
        background: #fff;
	border-left: 0px solid #fff; 
}

#header, h3, h4, .storytitle {
	border: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#main {
	float: none;
	margin: 0px 10%;
	padding: 0px;
	width: auto;
}

#menu, .meta, #kolomrechts, select, object, embed, #counters {
	display: none;
}


