@font-face {
 font-family:"Eindhoven";
 src:url(eindhoven.eot?1639588144=);
 src:url(eindhoven.eot?1639588144=#iefix) format('embedded-opentype'),
 url(eindhoven.woff?1639588144=) format('woff'),
 url(eindhoven.ttf?1639588144=) format('truetype'),
 url(eindhoven.otf?1639588144=) format('opentype')
}
body {
	max-width: 640px;
	margin: auto;
	background-color: grey;
	font-family: Arial, sans-serif;
	color: blue;
}
h1 {
  font-family: "Eindhoven";
  font-size: 250%;
}	
h2 {
  font-family: "Eindhoven";
  font-size: 150%;
  text-align: right;
  margin-left: 50%;
}
table.ehv {
  table-layout: fixed;
  width: 776px;
  height: 840px;
  background-image: url(myst_voorkant.png);
  background-repeat: no-repeat;
  background-size: 776px 840px;
  border-spacing: 0px;
}
table.ehv tr {
	height: 8px;
	line-height: 8px;
}
table.ehv td {
	width: 6px;
	padding: 0px;
	border: 1px solid black;
}
table.ehv td:hover {
	background-color: #06c;
}
