body,
table {
	font-family: 'Arial';
	font-size: 11px;
	color: #5d5d5d;
	line-height: 138%;
}

.Kop1 {
	font-family: 'Arial';
  font-weight: bold;
	font-size: 18px;

}

.Kop1_oranje {
	font-family: 'Arial';
  font-weight: bold;
	font-size: 18px;
	color: #d60059;
}

.Kop2 {
	font-family: 'Arial';
  font-weight: bold;
	font-size: 14px;
}

.Kop2_oranje {
	font-family: 'Arial';
  font-weight: bold;
	font-size: 12px;
	color: #d60059;
}

.Kop_portfolio {
	font-family: 'Arial';
  font-weight: bold;
	font-size: 12px;
}

a:link, a:visited {
	color: #a7a6a7;
	text-decoration: none;
}

a:hover {
	color: #d60059;
	text-decoration: none;
}