A {
  color: #0000FF;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: underline;
  }

.normal {
	font-family: Arial;
	font-size: 12px;
}
.normal_groen {
	font-family: Arial;
	font-size: 12px;
	color:#006600;
}

.kop1 {
	font-family: Arial;
	font-size: 18px;
	color: #006600;
	font-weight : bold;
}

.kop2 {
	font-family: Arial;
	font-size: 16px;
	color: #006600;
	font-weight : bold;
}

.bold {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight : bold;
}
.bold_groen {
	font-family: Arial;
	font-size: 12px;
	color: #006600;
	font-weight : bold;
}
