/*body algemeen*/
body, TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height : 20px;
}
.opfototekst{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: black;
}
/*links onder foto*/
a:active {
		color: Black;
		font-weight: normal;
		text-decoration: none;
}
a:link {
		color: Black;	
		font-weight: normal;
		text-decoration: none;
}
a:visited {
		color: Black;
		font-weight: normal;
		text-decoration: none;
}
a:hover {
	color: Black;
	font-weight : light;
	text-decoration : none;
}

/*definitie link pagina projecten*/
a.wit:active {
	font-size: 12px;
	color: black;
}
a.wit:link {
	font-size: 12px;
	color: black;
}
a.wit:visited {
	font-size: 12px;
	color: black;
}
a.wit:hover {
	font-size: 12px;
	color: black;
	font-weight : normal;
	text-decoration : none;
}
/*definitie mail link*/
a.mail:active {
	font-size: 12px;
	color: black;
}
a.mail:link {
	font-size: 12px;
	color: black;
}
a.mail:visited {
	font-size: 12px;
	color: white;
}
a.mail:hover {
	font-size: 12px;
	color: Black;
	font-weight : normal;
	text-decoration : none;
}