﻿html {
    height:100%;
    margin-bottom:1px;
}

body
{
    background-color:#ffffe6;
}

.tekst
{
    font-family:Sans-Serif; 
    font-size:14px; 
    text-align: left; 
    max-width:720px;
    margin:0 auto;
}

h1.kop 
{
    padding:16px;
    border-color:#333333;
    background-color:#ffffe6;
    text-align:center;
    font-family:Sans-Serif;    
    font-size: 26px;
    font-weight:bold;
    max-width:100%;
    color:#333333; 
}

h2.kop2 
{
    padding:6px;
    border-color:#333333;
    background-color:#ffffe6;
    text-align:center;
    font-family:Sans-Serif;    
    font-size: 22px;
    font-weight:bold;
    max-width:100%;
    color:#333333; 
}

h3.kop3 
{
    padding:10px;
    border-color:#333333;
    background-color:#ffffe6;
    text-align:center;
    font-family:Sans-Serif;    
    font-size: 20px;
    font-weight:bold;
    max-width:100%;
    color:#333333; 
}

hr.archief {
    max-width:720px;
    align:center;
}

.topnav {
  background-color: #ffffe6;
  overflow:hidden;
  max-width:720px;
  margin:0 auto;
}

/* Style the links inside the navigation bar */
.topnav a {
  display:block;
  float: left;
  color: #333333;
  text-align: center;
  padding:12px 16px;
  text-decoration: none;
  font-family:Sans-Serif;
  font-size: 17px;
  font-weight:bold;  
  width:120px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #356600;
  color: white!important;
}

.topnav a:visited {
    color: #333333;
}

.topnav a:active{
  background-color: #356600;
  color: white;
}

.opmaak
{
    text-align: left; 
    margin-left: auto; 
    margin-right: auto;
    border:"0";
    cellpadding:"0";
    cellspacing:"0";
    font-family: sans-serif;
    font-size:14px;
    color:#333333;
}

/* Opmaak links*/
a:link
{
  color:#333333;
}

/* visited link */
a:visited {
  color:Maroon;
}


