table.tabel {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: #FF0000;
	border-collapse: collapse;
	background-color: white;
}
table.normaal {
	border-width: 1px;
	border-spacing: 1px;
	border-color: #707070;
	border-top-style: dashed;
	border-bottom-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
}
td.links {
	border-width: 1px;
	border-spacing: 0px;
	border-color: #707070;
	border-top-style: hidden;
	border-bottom-style: hidden;
	border-right-style: dashed;
	border-left-style: hidden;
}
td.rechts {
	border-width: 1px;
	border-spacing: 0px;
	border-color: #707070;
	border-top-style: hidden;
	border-bottom-style: hidden;
	border-right-style: hidden;
	border-left-style: dashed;
}
td.menu {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: #FF0000;
	border-collapse: collapse;
	background-color: white;
}
img.foto {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #FF0000;
	border-collapse: collapse;
}
H1 {
	color: #707070;
	font-family: verdana;
	font-size: 14px;
	font-style: bold;
}
H2 {
	color: #FF0000;
	font-family: verdana;
	font-size: 12px;
	font-style: bold;
}
div.tekst {
	color: black;
	font-size: 11px;
	font-family: verdana;
	line-height: 160%;
}
a {
	text-decoration: none;
}
a:hover {
	background-color: #CDCDCD;
	text-decoration: underline;
}
HR {
	color: #707070;
	border-style: dashed;
}
div.hover {
	background-color: #FDFDFD;
}
LI {
	list-style-type: circle;

}

