  /*comments in stylesheet*/
  BODY{
  	font-size:10pt; 
  	font-weight:normal; 
  	font-style:normal;
  	font-family:"Arial", "Helvetica";
  	color: #000000;
  }
  
  P{
  	font-size:10pt; 
  	font-weight: normal; 
  	font-style:normal;
  	font-family:"Arial", "Helvetica";
  	color: #000000;
  }
  
/*  A{
	color:#000;
	text-decoration:underline;
	outline:none;
  }
*/
  TD{
  	font-size:10pt; 
  	font-weight:normal; 
  	font-style:normal;
  	font-family:"Arial", "Helvetica";
  	color: #000000;
  }
  TD.small{
  	font-size:8pt; 
  	font-weight:normal; 
  	font-style:normal;
  	font-family:"Arial", "Helvetica";
  	color: #000000;
  }
  
  H1{
  	font-size:12pt; 
  	font-weight:Bold; 
  	font-style:normal;
  	font-family:"Arial", "Helvetica";
  	color: #000000;
  }
  
  H2{
  	font-size:11pt; 
  	font-weight:Italic; 
  	font-style:normal;
  	font-family:"Arial", "Helvetica";
  	color: #000000;
  }
  
  H3{
  	font-size:10pt; 
  	font-weight:Bold; 
  	font-style:normal;
  	font-family:"Arial", "Helvetica";
  	color: #000000;
  }
  
  
  PRE{
  	font-size:10pt; 
  	font-weight: bold; 
  	font-style:normal;
  	font-family:"Arial Narrow", "Arial", "Helvetica";
  	color: #000000;
  }

  TEXTAREA{
  	font-size:10pt; 
  	font-weight: normal; 
  	font-style:normal;
  	font-family:"Arial", "Helvetica";
  	color: #000000;
  }
  
  INPUT{
  	font-size:10pt; 
  	font-weight: normal; 
  	font-style:normal;
  	font-family:"Arial", "Helvetica";
  	color: #000000;
  }
  
  /*Use this as following in your HTML files:
  <BODY ID="syntax">, now will the style sheet definition of
  syntax been used.
  */
  #syntax{
  	font-size:10pt; 
  	font-weight: normal; 
  	font-style:normal;
  	font-family:"Arial Narrow", "Arial", "Helvetica";
  	color: #000000;
  	margin: 20pt;
  }
  #klein{
  	font-size:9pt; 
  	font-weight: normal; 
  	font-style:normal;
  	font-family: "Arial", "Helvetica";
  	color: #000000;
  }
  #tabelrand{
  	border: thin;
  	border-style:none;
  }
  .tabelrand{
  	border: thin;
  	border-style:dashed;
  }
  #padding-left{
  	padding-left: 20px;
  }
  
  #groteletters{
  	font-size:12pt; 
  	font-weight: Bold; 
  	font-style:normal;
  	font-family: "Arial Black", "Arial","Helvetica";
  	color: #000000;
  } 
  .nieuws {
  	font-size:12pt;
	font-family:"Arial", "Helvetica";
	color: #FFFFFF;
  } 
