body {
	background-image: url(plaatjes/bg_y.jpg);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	color: #33CCCC;
	text-decoration : underline;
}
a:visited {
	color:#33CCCC ;
	text-decoration : underline;
}
a:hover {
	color: Purple;
	text-decoration : none;
}
a:active {
	color:#33CCCC;
	text-decoration : underline;
}

h1{
	color : #33CCCC;
}
h2 {
	color: #33CCCC;
}

h3 {
	color: #33CCCC;
	text-align: center
}

.border{
	/* de rand om de pag heen */
	border: 2px solid;
	border-color:#DE82E7;
	padding-right: 20px;
	padding-left: 20px;
}



.footer{
	font-size: 10px;
	text-align: center;
}


.indextable {background:url(plaatjes/table_m.gif) repeat-x; width:100%;
}


ul {
		margin-left: 0px;
		padding-left : 0px;
		list-style: none;
}
li {
	list-style-type : disc;
}
li a:link,  li a:visited, li a:active {

		text-decoration: none;
}
li a:hover {
		background-color:#DE82E7;
}
