
body {
background: #FFFFFF;
background-image:url('afbeeldingen/achtergrond.jpg');
background-repeat:no-repeat;
background-position;bottom;
background-position;left;
font-family: Verdana, sans-serif;
font-size: 11px;
color: #ffffff;
	scrollbar-base-color:       #F18A25;
	scrollbar-3dlight-color:    #F18A25;
	scrollbar-arrow-color:      #FFFFFF;
	scrollbar-darkshadow-color: #F18A25;
	scrollbar-highlight-color:  #F18A25;
	scrollbar-shadow-color:     #F18A25;
	scrollbar-track-color:      #FFFFFF; 
}

TD, P, TH {
font-family: Verdana, sans-serif;
font-size: 11px;
color: #30496B;
}

H1,H2 {
  font-family: Verdana, sans-serif;
  color: #F18A25;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10.5;

  }
  
  H3 {
  font-family: Verdana, sans-serif;
  color: #30496B;
  font-size: 1.2 em;
  font-weight: bold;
  margin-bottom: -0.5;
  }
  
  H4 {
  font-family: Verdana, sans-serif;
  color: #30496B;
  font-size: 1.0 em;
  font-weight: bold;
  margin-bottom: -1;
  }


A:link {  
  text-decoration: none;
  color: #F18A25;
}


A:visited {
  text-decoration: none;
  color: #F18A25;
}


A:hover {
  text-decoration: underline;
  color: #30496B;
   font-weight: bold;
  }

