
body {
  font-family: Sans-serif, Helvetica, Arial, Calibri;
  font-size: 18pt;
  color: #333333;
  text-align: justify;
  margin: 0;
  padding: 0;
}


A:LINK        {color: #333333; text-decoration: none}
A:VISITED     {color: #333333; text-decoration: none}
A:HOVER       {color: #004E00; text-decoration: none}
A:ACTIVE      {color: #000080; text-decoration: none}


.menuactive {
  padding:5px 15px; 
  border:0 none;
  cursor:default;
  font-size:12pt; 
  font-family: Sans-serif, Helvetica, Arial, Calibri;
  font-weight: bold;
  color: #005800;
}

a.menu {
  padding:5px 15px; 
  border:0 none;
  cursor:pointer;
  font-size:12pt; 
  font-family: Sans-serif, Helvetica, Arial, Calibri;
  color: #111111;
}

a.menu:hover {
  color: #004E00;
}

.knopactive {
  padding:5px 15px; 
  border:0 none;
  cursor:default;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  font-size:13pt; 
  font-family: Calibri, Arial,Helvetica, Sans-serif;
  background-color:#c1c1c1;
  font-weight: bold;
  color: #005800;
}

a.knop {
  padding:5px 15px; 
  border:0 none;
  cursor:pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  font-size:13pt; 
  font-family: Calibri, Arial,Helvetica, Sans-serif;
  background-color:#e1e1e1;	
}

a.knop:hover {
  color: #004E00;
}