/* 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 : White;
}

A:link, A:visited  {
	color : White;
	text-decoration : none;
}

A:active, A:hover  {
	color : White;
	text-decoration : underline;
}
#slideShow {
  width : 102px;
  height : 102px;
  border: none;
  padding: 0;
}
.gss a img {border : none;}

