body {color: black;
      background-color: #A4F4D9;
      font-family: arial;
      font-size: 14px;}
      
body.inhoud {color: white;
      	     background-color: #008d7f;
             font-family: verdana, arial;}

A:link {text-decoration: underline; color: blue}
A:visited {text-decoration: underline; color: blue}
A:active {text-decoration: underline; color: red}
A:hover {text-decoration: underline overline; color: #A0BE2E}

A.inhoud:link {text-decoration: underline; color: white}
A.inhoud:visited {text-decoration: underline; color: white}
A.inhoud:active {text-decoration: underline; color: #A0BE2E}
A.inhoud:hover {text-decoration: underline overline; color: #A0BE2E}

H1 {font-size: 20;}





