/* CSS Document */

.style1 {font-family: "Courier New", Courier, mono}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.onderlijn {
	text-decoration: underline;
}
.style2 {font-size: 12px}


