body {
	margin: .6in;
	font: 12pt/100% "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	}

#h1, h2 {
	color: grey;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 1.5em;
	}

#footer, #hoofdmenu, #foto {
	display: none;
	}
	
a:link, a:visited {
	color: grey;
	}	

/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}