div {
  margin-left: auto; 
	margin-right: auto;
}
.gedicht-boven {
 	background-image: url('perkament_boven.jpg');
 	background-repeat: no-repeat;
 	padding:0px;
 	height: 150px;
	width:700px;
}
.gedicht-onder {
 	background-image: url('perkament_onder.jpg');
 	background-repeat: no-repeat;
 	padding:0px;
 	height: 130px;
	width:700px;
}
.gedicht {
	background-image: url('perkament_midden.jpg');
	background-repeat:repeat-y;
	padding-left: 30px;
	width:700px;
	text-align:center;
	font-weight:bold;
	font-family:Comic Sans MS,TSCu_Comic,cursive;
	font-size:large;
	line-height:130%;
	max-width:670px;
	color:#444;;
  white-space: pre;
}
.datum {
	text-align:right;
	margin-right: 50px;
}
.sint {
	background-image: url('S.png');
	background-repeat: no-repeat;
  background-size: 25px;
  width: 100px;
  margin-right: 100px; 
  margin-top: 30px;
}
.sint:before {
   content: "int";
   margin-left: -15px;
}
.hint19 {
	color: #c00;
}
.perkament {
	color: #fef3e1;
}
.toelichting {
	color: #853;
	font-size:small;
	width: 500px;
  font-family:Comic Sans MS,TSCu_Comic,cursive;
}
.beste {
	text-align: left;
	margin-left: 50px;
	font-size: larger;
}
.hint_top img {
	height: 50px;
}
.hint_bottom {
}
@font-face {font-family: "Comic Sans MS";
  src: url("fonts/Comic Sans MS V3.eot"); /* IE9*/
  src: url("fonts/Comic Sans MS V3.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/Comic Sans MS V3.woff2") format("woff2"), /* chrome?firefox */
  url("fonts/Comic Sans MS V3.woff") format("woff"), /* chrome?firefox */
  url("fonts/Comic Sans MS V3.ttf") format("truetype"), /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
  url("fonts/Comic Sans MS V3.svg#Comic Sans MS") format("svg"); /* iOS 4.1- */
}