html *{
margin:0px;               
padding:0px;
border:none;
}   

 body{                
font-family:Arial;
font-weight:bold;
font-size:12px;
color:#666666; 
background-image: url(../images/patroontje.jpg);
background-position: 0px 0px;
background-repeat: repeat;
} 
#box{
width:800px;
height:600px;
margin:0px auto 0px auto;
}

a.tekst, a:link.tekst, a:visited.tekst, a:hover.tekst, a:active.tekst{
display:block;
font-family:Arial;
font-weight:bold;
color:#666666;
font-size:12px;
text-decoration:none;
outline-style:none;
margin:8px 0px 0px 0px;
}

h4{
font-family:Arial;
font-size:12px;
font-weight:bold;
margin:10px 0px 0px 0px;
}

.clear{
margin:0px;
padding:0px;
clear:both;
display:block;
height:0px;
overflow:hidden;
}
html, body{
height:100%;
}           
html>body #ul li a{
width:100%;
}
html{
overflow-y:scroll;
}
