/*
 * Stijl voor u paginakes.
 */

/* Stijl voor den Bodie. */
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: lightgreen;
	text-color: black;
}

/* Voor u linkskens */
a:active {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: none;
	color: white
}

a:link {
	text-decoration: none;
	color: #FFFFFF
}

/* Geen margekes. */
body#slide {
	margin: 0;
}

body {
	margin: 0;
}
