/**
*
* Design and coding by Internet Service Nederland B.V.
* Copyright &copy; 2007, Internet Service Nederland B.V.
*/

body {
	text-align: center;
	line-height: 1.0;
	font-size: 12px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	background: #F0F0F0;
	margin: 0 0 0 0;
	}
	
td {
	font-size: 12px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	}
	
a:link {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #00FF7C;
	text-decoration: none;
}

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

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

.kopje {
	font-size: 16px;
	font-weight: bold;
}

.textlink {
	color: #007B3C;
	text-decoration: none;
}

.textlink:link {
	color: #007B3C;
	text-decoration: none;
}

.textlink:hover {
	color: #515151;
	text-decoration: none;
}

.textlink:active {
	color: #515151;
	text-decoration: none;
}

.textlink:visited {
	color: #515151;
	text-decoration: none;
}

