<style>
/* scroll balk */
body {
	scrollbar-base-color: #2c356e; 
	scrollbar-track-color: #efefef; 
	scrollbar-face-color: #2c356e; 
	scrollbar-highlight-color: #efefef; 
	scrollbar-3d-light-color: #000000; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-shadow-color: #000000; 
	scrollbar-arrow-color: #514f40; 
    font-family: Arial;
	font-size: 12px;
}


/* links (algemeen) */
a:link           { color: #5D6AC8; font-family: Arial; font-size: 12px; text-decoration: none;}
a:visited       { color: #5D6AC8; font-family: Arial; font-size: 12px; text-decoration: none; }
a:hover        { color: #676767; font-family: Arial; font-size: 12px; text-decoration: none;}
a:active        { color: #5D6AC8; font-family: Arial; font-size: 12px; text-decoration: none;}



  table{
	  font-family: Arial; 
	  font-size: 12px;
	  color: #514f40;
}

/* Formulieren */
  textarea, input, option, select{
      color: #514f40; 
      font-family: Arial;
  }

fieldset.custom {
border: 1px solid #514f40;
}

</style>