.titel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
}

.normaal {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 20px;
}

.cursief {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
 	line-height: 20px;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.grey {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

a:link {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
	}

a:visited {
  	color: #666666;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}

a:active {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
	}

a.menu:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;	
	}

a.menu:visited {
  	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;		
	}

a.menu:hover {
	color: #F9F9F9;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;		
	}

a.menu:active {
	color: #F9F9F9;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;		
	}
