/* CSS */

body {
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #7a7777;
}
a:visited {
	color: #7a7777;
}
a:hover {
	color: #7a7777;
}
a:active {
	color: #7a7777;
}

/* TEKST OPMAAK */

.koptekst {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #999999;
	font-weight: bold;
}

.contenttekst {
	font-size: 13px;
	color: #7a7777;
	font-family: "Trebuchet MS";
}

.style1 {
	font-family: "Trebuchet MS";

	font-size: 14px;

	font-weight: bold;

}
.style10 {font-family: "Trebuchet MS"; font-size: 12px; font-weight: bold;}
.style2 {

	font-family: Verdana;

	font-size: 12px;
}
.style9 {color: #000000}