body {
margin:0px;
padding:0px;

scrollbar-track-color:#660000; 
scrollbar-arrow-color:#CCCCCC; 
scrollbar-face-color:#330000; 

scrollbar-shadow-color:#322A25; 
scrollbar-3dlight-color:#322A25; 

scrollbar-highlight-color:#CCCCCC;
scrollbar-darkshadow-color:#000000; 
	
font: normal normal 11px Trebuchet MS, sans-serif;
color: #ffffff;
text-decoration: none;
}
/******************************************************************
*******************************************************************

a | a:hover | a.nav | a.nav:hover | a.copyright | a.copyright:hover

*******************************************************************
******************************************************************/
a {
  font: normal bold 11px Trebuchet MS;
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  font: normal bold 11px Trebuchet MS;
  color: #ffcc66;
  text-decoration: none;
}

a.copyright {
  font: normal bold 11px Trebuchet MS;
  color: #ffffff;
  text-decoration: none;
}

a.copyright:hover {
  font: normal bold 11px Trebuchet MS;
  color: #ffcc66;
  text-decoration: none;
}
/******************************************************************
*******************************************************************

.copyright | .text, p, table, ul, ol, li | .subtitel | .titel 

*******************************************************************
******************************************************************/
.copyright {
	font: normal bold 11px Trebuchet MS, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

.text, p, table, ul, ol, li, div, span, body {
	font: normal normal 11px Trebuchet MS, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

.subtitel {
	font: normal bold 11px Trebuchet MS, sans-serif;
	color: #ffcc66;
	text-decoration: none;
}

.titel {
	font: normal normal 16px Trebuchet MS, sans-serif;
	color: #ffcc66;
	text-decoration: none;
}

.zwart {
	color: #000000;
}

HR {
	color: #ffcc66;
  height: 1px;
}

.geel {
	color: #ffcc66;
}
/******************************************************************
*******************************************************************

.input, .textarea | .button

*******************************************************************
******************************************************************/


.button {
  background-color:#ffcc66; 
  border:0.2mm outset #000000;
  color:#000000;
  
  font: normal normal 11px Trebuchet MS, sans-serif;
  cursor:hand;
}
