td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Gray;
}

.titel{
	font-size: 14px;
	font-weight: bold;
	color : Gray;
}

.write{
	color: red;
}

.titelwrite{
	font-size: 14px;
	font-weight: bold;
	color : Red;
}

.vakken{
	Font-size: 11px;
	color:gray;
	font-weight: bold;
}

a {
	font-size : 12px;
	font-weight: bold;
	text-decoration : none;
	color : black;
}

A:hover {text-decoration: none; color:red;}
	

.nav{
	font-size : 10px;
	text-decoration : none;
	font-weight : bold;
	color : white;
}

.navtitel{
		font-size : 14px;
		font-weight : bold;
		color : white;
}


body {
	scrollbar-face-color: white;
	scrollbar-shadow-color:black;
	scrollbar-highlight-color: #696969;
	scrollbar-3dlight-color: grey;
	scrollbar-darkshadow-color:black;
	scrollbar-track-color: #DCDCDC;
	scrollbar-arrow-color: #512626;
	background-attachment : fixed;
}

.portalnav {
	font-size : 12px;
	font-weight: bolder;
	text-decoration : underline;
	color : #1D4BB8;
	text-underline-position : above;
}





