body {
	font-size: 75%;
	}
* {
	color: #000 !important;
	}

/* deze onderdelen niet printen */
#nav {
	display: none;
	}

.container {
	position: relative;
	width: 590px;
	margin: 0 auto;
	}

/* links onherkenbaar maken in geprinte versie */
.content a {
	color: #000;
	border-bottom: none;
	font-variant: normal;
	}
