@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/frans_07.gif);
	background-repeat:no-repeat;
    background-attachment:fixed;
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	color: #999;
}
.cursief {
	font-style: italic;
}
a:link {
	color: #09F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09F;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #09F;
}
</style>