html { font: 62.5%/300% Arial, Verdana, Tahoma, sans-serif; }
body { font-size: 2em; }

/* Afbeeldingen
------------------------------------------------------------------*/
img { border: none; }

/* Hyperlinks
------------------------------------------------------------------*/
a:hover { background: blue; color: #fff; }
a:visited:hover { background: purple; color: #fff; }

/* Geen achtergrond
------------------------------------------------------------------*/
div#submenu { background-image: none; }

/* Niet zichtbaar
------------------------------------------------------------------*/
dl#lettergrootte { display: none; }

/* Overig
------------------------------------------------------------------*/
input { font-size: 1.2em; }
p#contrast {
	font-size: 1.6em;
	margin: 0; padding: 0;
	position: fixed;
	right: 16px;
	top: 16px;
}
p#contrast a {
	background: #000;
	color: #fff;
	padding: 4px 8px;
}