<style>

html {padding:auto 10%;margin:0em auto;}
body {margin:2% 5%;padding:auto 10%;font-size:62,5%;font-family: Verdana, Arial, Helvetica, sans-serif;text-align: center;border-radius:2em;border:2px solid orange;}
#wrapper {width:100%;max-width:80em;margin-right:auto;margin-left:auto;padding:auto 10%;}
#oranjecorner {float:left;border-radius:2em;border:3px solid darkgrey;padding:1em;width:100%;height:auto;margin:auto;}

body {background-color:#fff;}
h1 {margin:0 2%}
.midden {align:center; text-align:center}
.vrij {clear:both}
.lh150 {line-height:150%;}
.kleiner {font-size:80%}
.oranje {color:orange;}
.bruin {color:brown;}


a:link	{
color:#000;
background-color:#fff;
text-decoration:none;
border-bottom: 2px dashed orange;
text-transform:none;
}
			
a:hover	{
color:orange;
text-decoration:none;
text-transform:none;
background-color:orange;
border-bottom: 2px solid orange;
}
			
a:visited	{
color:#000;
text-decoration:underline;
text-transform:none;
border-bottom:2px dotted grey;
}

img{border:0em}
img.b{display:block;margin-left:auto;margin-right:auto;}

</style>