a:link{
	color:#185231;
	text-decoration:underline;
}
a:visited{
	color:#185231;
	text-decoration:underline;
}
a:active{
	color:#185231;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:none;
}

/*
DIV.fade {
  behavior: url('../js/htmlfade.htc');
  -moz-binding: url(../js/bindings.xml#htmlfade.htc);
  visibility: hidden;
}
*/

.btnBoeken:hover {
	color: #f7c618;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px
}

A.aBoeken:link,
A.aBoeken:visited,
A.aBoeken:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #f7c618;
	font-weight: bold;
	font-size: 11px;
	word-spacing: 0.3em;
	letter-spacing: 0.1em;	
}
A.aBoeken:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FFFFFF;
	word-spacing: 0.3em;
	letter-spacing: 0.1em;	
}

a.deeplink {
  text-decoration: none;
  color: #000;
}