@charset "utf-8";
/* CSS Document */

.link_knop {
	font-size: 90%;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.link_knop a:link {
	background-color:#999966;
	font-size: 90%;
	font-weight: normal;
	color: #F2F2F2;
	text-decoration: none;
	padding :12px;
	border-radius:8px;
}
.link_knop a:visited {
	background-color:#999966;
	font-size: 90%;
	font-weight: normal;
	color: #F2F2F2;
	text-decoration: none;
	padding :12px;
	border-radius:8px;
}
.link_knop a:hover {
	font-size: 90%;
	font-weight: normal;
	color: #F2F2F2;
	text-decoration: none;
	background-color:#669999;
	padding :12px;
	border-radius:8px;
}
.link_knop a:active {
	background-color:#999966;
	font-size: 90%;
	font-weight: normal;
	color: #F2F2F2;
	text-decoration: none;
	padding :12px;
	border-radius:8px;
}

