

.Standaard {
	font-family: Verdana;
	font-size: 10px;
}
.Head {
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color:#3366CC;
}
.Menu {
	font-family: Verdana;
	font-size: 12px;
}
html,body {
	background-color: #FFFFFF;
	height: 100%;
	scrollbar-face-color:#B0B0B0;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#E0E0E0;
	scrollbar-shadow-color:#B0B0B0;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#B0B0B0;
	scrollbar-darkshadow-Color:#B0B0B0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A {
	text-decoration: none;
	color: "#999999";
}
A:hover {
	text-decoration: none;
	color: "#990000";
	font-weight:bold;
}


