.linkkop {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
body {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	background-color: #1F497D;
	color: #FFFFFF;
	margin: 5px;

}
.navlink {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color:#FFF;
	text-decoration:none;
}

a:visited{
	color:#FFF;
	text-decoration:none;
}

a:hover{
	color:#FFF;
	text-decoration:underline;
}

a:active{
	color:#FFF;
	text-decoration:none;
}

