DIV {font-family: Comic Sans MS; text-align: center;}
H1, H2, H3 {font-family: Comic Sans MS; color: black;}

SPAN {font-family: Comic Sans MS; color: black; font-style: normal;}

.d {font-family: Comic Sans MS; color: maroon; font-style: italic;}
.dred {font-family: "Comic Sans MS"; color: red; font-style: italic}
.doud {font-family: "Comic Sans MS"; color: red; font-style: italic; font-size: 14pt;}
.blue {font-family: Comic Sans MS; color: blue;}
.gray {font-family: Comic Sans MS; color: gray;}
.white {font-family: Comic Sans MS; color: white;}
.maroon {font-family: Comic Sans MS; color: maroon;}
.silver {font-family: Comic Sans MS; color: silver;}
.red {font-family: Comic Sans MS; color: red;}
.oud {font-family: "Comic Sans MS"; color: white; font-size: 14pt;}
.wit {font-family: "Comic Sans MS"; color: white;}

.mark {background-color: yellow;}

BODY {
      font-family: "Comic Sans MS", "Helvetica", "sans-serif";
      margin-left: 50px;
      margin-right: 10px;
      margin-top: 5px;
     }
	 
#pagkop {
	position: fixed;
    top: 2px;
	left: 40px;
	right: 3px;
}	

#paginhoud {
	position: absolute;
	top: 65px;
	left: 40px;
	bottom: 65px;
	right: 0px;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	overflow: auto;	
}

#onderrand {
	position: fixed;
    bottom: 5px;
	left: 40px;
	right: 3px;
	height: 65px;
}	
 
.pagenum
{
 /* Paginanummers aan de rechterzijde. Uncomment the next line for invisible 
    page numbers */
 /*  visibility: hidden;  */
 display:inline;
 font-size:70%;
 margin:0;
 padding:0;
 position:absolute;
 right:1%;
 text-align:right;
}


A{text-decoration:none;}

A:link {Color:blue;}
A:hover {Color:red;}
A:active {Color:yellow;}
A:visited {Color:blue;}

