/* CSS Document */
body 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.kop
{
	font-size: 16px;
	font-weight: bold;
}

.txt
{
	font-size: 14px;
}

a:active {  color: #014368; text-decoration: underline}
a:hover {  color: #08BBEE; text-decoration: none}
a:link {  color: #014368}
a:visited {  color: #08BBEE}