a:hover {
	color: rgb(153,0,0);
        text-decoration: underline
	 }

a.shop:hover {
	color: rgb(0,93,96);
        text-decoration: underline
	 }
	 
a.letteren {
	color: rgb(255,255,255);
        
	 }
	 
a.letteren:hover {
	color: rgb(255,255,255);
        text-decoration: underline
	 }

a.service:hover {
	color: rgb(0,51,102);
        text-decoration: underline
	 }
	 
a.leftnav {
	color: rgb(255,255,255);
        
	 }
	 
a.leftnav:hover {
	color: rgb(255,255,255);
        text-decoration: underline
	 }	 

span   {
	font-size: 8pt ;
	font-family: tahoma, helvetica ;
	font-weight: bold ;
	 }

a.ul 	{
	text-decoration: underline;
	 }