body{
	background-color : Silver;
	font-size : 11px;
	font-style : normal;
	font-family : Verdana, Arial, Helvetica;
	background-image : url(../Afbeeldingen/tekst.jpg);
	background-position : absolute;
	background-attachment : fixed;
	background-repeat : no-repeat;
	scrollbar-base-color:  #BFD5C1;
	scrollbar-arrow-color: #000000;
}


div.tekst{
	margin-top:15px;
	margin-left: 0px;
	
}

div.welcome a{
	padding: 5px;
	width: 116px;
	border: 2px solid #770000;
	display: block;
}

a:active{
	color: #CC9900;
	text-decoration : none;
}
a:hover{
	color: #CC9900;
	text-decoration : none;
}
a:link{
	color: #770000;
	text-decoration: none;
}
a:visited{
	color: #CC9900;
	text-decoration: none;
} 

