/* Simpel.Css

lettertype of this sheet = Verdana 10 normal

in deze stijl gebruikte kleuren
	rgb(0,0,102) 	    BLACK
	rgb(255,255,255) 	WHITE
	rgb(0,5,82)     DarkBLUE   was rgb(82,149,193)
	rgb(255,102,0)	   ORANGE
*/


/*________________________________DEFAULT BODY STYLE */


BODY		    	{  font-family: Verdana, Arial;	
			font-size: 11pt;
			background: rgb(255,255,255) /*WHITE*/;
			color: rgb(4,22,54) /*DarkBlue*/;
          		   	font-weight: normal;
		    	line-height: 130%;
			text-align: left;
			    }

/* _______________________________GENERAL HYPERLINKS */

A 				{  color: rgb(82,149,193) /*BLUE*/;
				   font-weight: normal; 
				}
A:LINK			{  color: rgb(187,102,0) /*GOLD*/;
			 	   font-weight: bold; text-decoration: none; 
				}
				
A:VISITED 		{  color: rgb(187,102,0) /*GOLD*/;
				   font-weight: bold; text-decoration: none; 
				}
A:HOVER			{  color: rgb(187,102,0) /*GOLD*/; 
				   font-weight: bold; text-decoration: underline; 
				}

/*_______________________________ HEADERS */

.TITEL	    	{ color: rgb(187,102,0) /*gold*/; 
   		font-size: 20pt;
                  	font-weight : bold; 
 	   	line-height: 130%;
		text-align: left;
		        }
		
.KOP		{ color: rgb(187,102,0) /*gold*/; 
   		font-size: 13pt;
                  	font-weight: normal; 
 		line-height: 130%;
		text-align: left;
		        }

.TEKST	       	{ color: rgb(0,5,82)  /*DarkBlue*/;
                  	font-size: 10pt; 
                  	font-weight: normal; 
		line-height: 130%;
		text-align: left;
		        }
		        
.TEKSTGOUD      	{ color: rgb(187,102,0)  /*gold*/;
                  	font-size: 10pt; 
                  	font-weight: normal; 
		line-height: 130%;
		text-align: left;		
		        }