html {overflow-y: scroll;} 

body {
  margin:0;
  padding:0;
  top:0px;
  background-color: #552222;
  background-image: url("images/backwood2.jpg");
  
  font-size: 1em;
  color: #666666;
  line-height: 100%;
}





h1 { margin-top: 1em;
	font-family: Times; 
	color: #7777777;
     font-size: 27px; 
     margin-bottom: 0.4em; 
 }




/* links in de tekst = de standaard */
a { 
	color: #333333;
}



