a:link,a:active {
	color: black; 
  	text-decoration: none;
}

a:visited {
	color: black;
  	text-decoration: none;
}

a:hover {
	color: #b90000;
 	text-decoration: underline;
}
.kop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
.normal {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
}

