html { 
scrollbar-base-color: black;
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-arrow-color: #D70000;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: black; 
scrollbar-shadow-color: black;
scrollbar-track-color: #FFFFFF; 
}

body{ 
background-image: url("../images/filler.jpg");
background-position: center;
background-repeat: repeat-y;
margin: 0px 0px 0px 0px;
font-family: Arial;
 }
 
body,table,tr,td {
	font-size: 12px;
} 
 
a{ 
color: Black; }

.main { 
background-image: url("../images/background.jpg");
background-position: top center;
background-repeat: no-repeat;
 }
 
 .menu{ 
 color: Black;
 text-decoration: none;
 font-weight: bold;}
 
 .bladzijdekop{ 
 font-size: 16px;
 font-weight: bold;  }
 
 .menuregel{ 
 font-size: 12px;
 color: Red;
 text-decoration: none;
 font-weight: bold; }
 
 body.splash{ 
   width: 522px;
   height: 489px;
   background-image: url("../splash/splash.jpg");
   background-position: center;
   background-repeat: no-repeat;
 }
 
.markeer{
background-color: Red;
color: White;
} 