/* CSS Document */

.floatrechts{

	float: right;
}
.floatlinks{
	
	float: left;
}
.floatcenter{

	float: center;
}
a.lichtblauw{
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;


}a:hover{
	text-decoration: underline;
}img:hover{
	text-decoration: none;
}a.grijsblauw{
	font-weight: bold;
	color: #003399;
	text-decoration: none;


}a.grijsblauwsmal{
	color: #003399;
	text-decoration: none;


}
a.oranje{
	font-weight: bold;
	color: #FF8C1A;
	text-decoration: none;
}
a.zwart{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.wit{
	
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.grijs{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.pikzwart{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
