/* basis */
html, body, td  {
	margin: 0;
	padding: 0;
 	font-family: Verdana, Arial, Helvetica;
 	font-size: 11px;
 	color: #808080;
	line-height: 130%
}

/* linkjes */
a {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

img {
	border: 0;
}