body {
  margin:  0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
 }

.Kunstenaar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: black;
	line-height: normal;
	height: 10px;

}

.Kunstenaar_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
	line-height: normal;
	height: 10px;

}

.Tekst_zwart{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: black;
}

.Tekst_wit{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: white;
}

a:link {
	color: #333399;
	text-decoration: none;
	font-weight: bold;	
}

a:visited {
	text-decoration: none;
	color: #333399;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #333399;
}
a:active {
	text-decoration: none;
	color: black;
}

.footer{
  margin: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: black;
  text-align: right;
}

.footer1{
  margin: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: black;
  text-align: left;
}