/* PRINT */
#noprint { display: none; }
 #print { display: block; }
 div { text-align: justify;
  margin: 0 auto;
	font-family:Arial, Helvetica, Verdana, Sans-Serif;
	color: #000;
	width: 300px;
    height: 400px;
    
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}
h1 {letter-spacing:1.9px;text-align:center}
p { text-align:center}
.bna {letter-spacing:16px; }
.kort {letter-spacing:1px; }
.terug {
	font-size: smaller;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}

a:visited {
	color: #000;
}
a:active {
	color: #000;
}