﻿/*	#ef6e22;   /*oranje*/  
/*	#006600;   /*donker groen*/
/*  #699C26;   /*licht groen*/


A:link 
{
	text-decoration: none;
	color: #ef6e22;   /*oranje*/
}

A:visited 
{
	text-decoration: none;
	color: #699C26;   /*licht groen*/
}

A:active 
{
	text-decoration: none;
	color: #699C26;   /*licht groen*/
}

A:hover 
{
	text-decoration: underline; 
	color: #ef6e22;   /*oranje*/
}

