/* Style sheet voor inhoudsopgave aan de linkerkant */

@import url("../basic.css");

body {
	background: #dddddd;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 90%;
	margin: 12%;
	margin-right: 25%}

a {	font-family: Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;
	align: center}

a:link {
	color: black;
	text-decoration: none }
 
a:visited {
	color: black; 
	text-decoration: none }

a:hover {
	color: #dddddd;
	background: black;
	/* background: #ffffcc; */
	text-decoration: none }

a:active {
	color: #555555;
	text-decoration: none}
