/*
CSS voor Eendenvijver
CFI Web
*/


body {
	margin:0px 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align:center;
	color: #000;
	background-color: #b7d42d;
	background-image: 	url(../background.jpg);
	background-repeat:repeat-x;
	
		
}

#toptext {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #ffff00;
	text-align:center;
}




a:link {
	color: #fce806;
		text-decoration: underline;
}
a:visited {
	color: #fcf906;
		text-decoration: underline;
}
a:hover {
	color: #000000;
		text-decoration: underline;
}
