<style>
/* scroll balk */
body {
    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;
  }

.button { 
	color: #514f40; 
	font-family: Arial; 
	font-size: 8pt; 
	border-style: solid; 
	border-width: 1; 
	padding-left: 2; 
	padding-right: 2;
	padding-top: 1; 
	padding-bottom: 1; 
}

fieldset.custom {
border: 1px solid #514f40;
}

.aanbieding 
{  
	font-weight: none; 
	color: #FF0000; 
}

.tabel 
{  
	background-color: #c9c9c9; 
}

</style>