body
{
	background: 	white;
	color:			black;
	margin:			1em;
	padding:		0;
	font-family:	"Lucida Sans Unicode","Trebuchet MS",Arial;
	font-size:		10pt;
}

p
{
	margin: 		0;
	padding: 		0;
}

a:link, a:visited 
{
	background: 	transparent;
	color: 			black;
	font-weight: 	bold;
	text-decoration:underline;
}

#content a:link:after, #content a:visited:after 
{
   	content: " (" attr(href) ") ";
   	font-size: 		8pt;
}

#content a[href^="/"]:after 
{
  	content: " (http://www.oostzaan.nl" attr(href) ") ";
}

div#header, div#path, div#navigation, div#sidebar, div#quicknavigation, div#poll, div#footer, a.more
{
	display:		none;
}

div#content
{
	background: 	white;
	display:		block;
}
