/* Hyperlink kleuren en stijlen*/
A.geenstreep:link, A.geenstreep:visited  {
	text-decoration : none;
	color : #333A28;
}

A.geenstreep:active, A.geenstreep:hover  {
	text-decoration : none;
	color : #333A28;
}

A:link, A:visited  {
	color : #333A28;
	text-decoration : underline;
}

A:active, A:hover  {
	color : #333A28;
	text-decoration : none;
	font-weight : normal;
	font-style : normal;
}
#slideShow {
  width : 102px;
  height : 102px;
  border: none;
  padding: 0;
}
.gss a img {border : none;}

