html {width: 100%;}
body {
	background: #fff;
	color: #000;
	font-family: "Times New Roman", serif;
	font-size: 16px;
}
h2 {
	font-size: 1.5em;
}
a {
	color: #000;
	text-decoration: none;
}
acronym {
	border: 0;
}
.hide,
.illustration,
#menu {
	display: none;
}


#header h1 {
	text-align: right;
	color: #333;
	font-size: 1.5em;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: solid thin #666;
}


#maincontent a {
	border-bottom: dotted thin #333;
}
#maincontent a[rel~="external"]:after{
	content: " (" attr(href) ")";
	font-size: .8em;
}
/*
#maincontent a:link:after, #maincontent a:visited:after {
	content: " (" attr(href) ")";
	font-size: 75%;
}
#maincontent a[href^="mailto:"]:after {
	content: "";
}
#maincontent a[href^="/"]:after {
   	content: " (http://iljo.algemeenbekend.nl" attr(href) ")";
}*/


#footer {
	border-top: solid thin #666;
}
#footer p {
	text-align: right;
	color: #666;
	font-size: .7em;
	margin: 0;
}