body {
	scrollbar-face-color: #ffffcc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #131331;
	scrollbar-shadow-color: #131331;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000; }
  
ul.navi {
  	list-style-type: none;
  	padding: 0;
  	margin: 0;
  	text-decoration: none; }
  	
ul.navi li {
	margin: 0em 9;
  	padding: 0em;
  	bottom: 0em;
  	text-decoration: none; } 
  	
h1 {	
	margin-top: 0em; 
	margin-bottom: 3px;
	margin-left: 0px;
  	font-size: 10pt;
  	font-weight: bold; 
	color: #990000;
  	font-family: Verdana; }
  	
h2 {    
	margin-top: 0em; 
	margin-bottom: 3px;
	margin-left: 3px;
  	font-size: 7pt;
  	font-weight: normal; 
	color: #dedede;
  	font-family: Verdana; }
  	
h3 {    
	margin-top: 0em; 
	margin-bottom: 3px;
	margin-left: 3px;
  	font-size: 7pt;
  	font-weight: bold; 
	color: #333333;
  	font-family: Verdana; }
  	
.bold { 
	margin-top: 0em; 
	margin-bottom: 3px;
	margin-left: 0px;
  	font-size: 10pt;
  	font-weight: bold; 
	color: #000000;
  	font-family: Verdana; }
	  	
.blue { 
	margin-top: 0em; 
	margin-bottom: 3px;
	margin-left: 0px;
  	font-size: 10pt;
  	font-weight: bold; 
	color: #666699;
  	font-family: Verdana; }
	
.brown { 
  	font-size: 8pt;
  	font-weight: bold; 
	color: #990000;
  	font-family: Verdana; }
  	
ol { 
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt; 
	color: #006699; }
        
ul.main {						/* mijn lijst met rondjes */
  	list-style-type: circle;
  	padding: 0;
  	margin: 27; }
  	
ul.main li {					/* mijn lijstpunten-opmaak */
    margin: 0em 9;
	padding: 0em;
  	bottom: 0em;
  	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #006699; }
  
a:link {								
	font-family: Verdana;			
	font-weight: bold;	
	font-size: 8pt; 
	color: #000000;
	text-decoration: none; }
  
a:visited {
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt; color: #000000;
	text-decoration: none; }
  
a:active {
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
  	color: #990000; }

a:hover {
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #990000; 
	text-decoration: underline; }

p {
  	font-size: 10pt;
 	font-weight: normal;
  	font-family: Verdana;
 	color: #000000; }
 	
em {
  	font-size: 10pt;
 	font-weight: bold;
  	font-family: Verdana;
 	color: #981927; }
  
