.mainbg {

	background-image: url(../images/bg.jpg);

	background-repeat: repeat-x;

	background-attachment: fixed;

	background-color: #190020;

}

.text {

	font-family: "trebuchet MS";

	font-size: 11px;

	color: #1B0E20;

	text-align: left;

}



.kop {

	font-family: "trebuchet MS";

	font-size: 16px;

	color: #570D70;

	font-weight: bold;

}

.link_paars {

	font-family: "trebuchet MS";

	font-size: 11px;

	color: #570D70;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #570D70;

}

a:hover {

	text-decoration: underline;

	color: #1B0E20;

}

a:active {

	text-decoration: none;

	color: #570D70;

}


