html, body {
	background-color: white;
	color: #000000 /* tekstkleur */ ;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 11pt;
	text-decoration: none;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	text-align: left;
	line-height: 1;
}

table {
	border-style: solid;
	border-width: 1px;
	border-color: #66c;
	margin: 5mm;
	height: 90%;
	width: 70%;
	background-color: #ffe;
	text-align: left;
}

td.logo {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: black;
	height: 4%;
	width: 25%;
	background-color: #00c;
	color: white;
	font-size: 18pt;
	text-align: center;
}

td.catmenu {
	width: 75%;
	background-color: #ccf;
	color: black;
	vertical-align: middle;
}

td.artmenu {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #00c;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #00c;
	height: 96%;
	background-color: #ccf;
	color: black;
	padding: 2mm;
	line-height: 1.5;
}

td.artmenu ul, td.artmenu li {
	margin: 0;
	padding: 0;
}

td.artmenu li {
	padding: 0;
}

td.artikel {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #66c;
	padding: 2mm;
	background-color: #eef;
	line-height: 1.5;
}

td.artikel h1, h2, h3, h4 {
	line-height: 1;
	margin: 1mm;
	padding: 0;
}

td.artikel p {
	margin: 1mm;
	margin-bottom: 4mm;
	padding: 0;
}

td.artikel img { 
	border-style: solid; 
	border-width: 1px; 
	margin: 2mm; 
	padding: 1px; 
	border-color: #66c;
	background-color: #ffe;
}

a:link, a:visited, a:active, a:hover, a:focus {
	font: inherit;
	color: black /* tekstkleur */;
	background: inherit;
	text-decoration: underline;
}

td.logo a:link, td.logo a:visited {
	font: inherit;
	color: white;
	background: inherit;
	text-decoration: none;
}

td.logo a:active, td.logo a:hover, td.logo a:focus {
	font: inherit;
	color: yellow;
	background: inherit;
	text-decoration: none;
}

td.artmenu a {
	padding: 0.2em;
	display: block;
	border: 1px solid #ccf;
}
td.artmenu a:active, td.artmenu a:hover, td.artmenu a:focus {
	font: inherit;
	color: black /* tekstkleur */;
	background: #eef;
	text-decoration: underline;
	border: 1px solid #00c;
}

img { border: 0px none; }