/* CSS-regels voor navigatie.css*/

A:link
	{
	text-decoration: none;
}

A:hover
	{
	font-weight: bold;
	text-decoration: none;
}

A:active
	{
	/*font-weight: bold;*/
	text-decoration: none;
}

A:visited
	{
	text-decoration: none;
}
