/* NAVIGATIE MENU */
/* ALGEMENE OPMAAK */
body{
  color: #000000;
	background-color: #FFFFFF;
	padding: 0;
	line-height: 110%;
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif, Century;
	margin: 0 0 0 0;
  text-decoration: none;}

/* HYPERLINK OPMAAK */
a{
  color: #666666;}
a:link, a:visited, a:active, a:hover{
  text-decoration: none;}
a:active, a:hover{
  color: #ED0C6E;}


