/* Hyperlink kleuren en stijlen */

A.geenstreep:link, A.geenstreep:visited
{
	text-decoration : none;
	color: #ffffff;
}

A.geenstreep:active, A.geenstreep:hover
{
	text-decoration : none;
    color: #E19831;
}

A:link, A:visited  
{ 
	color: #c85d16;
   	text-decoration : none;
}

A:active, A:hover
{ 
	color: #c85d16;
	text-decoration : underline;
}

