.kop {
	font-weight: bold;
	color: #99CC00;
	font-size: 14px;
}
a:link {
	color: #42BAE7;
	text-decoration: underline;
}
a:visited {
	color: #42BAE7;
	text-decoration: underline;
}
a:hover {
	color: #42BAE7;
	text-decoration: none;
}
a:active {
	color: #9EBDC7;
	text-decoration: underline;
}