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

body {
	text-align: left;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Lucida, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
a:link {
	color: #007B3D;
	text-decoration: none;
}

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

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

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

