/* 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: 10pt;
			       background: rgb(255,255,255) /*WHITE*/;
			       color: rgb(0,5,82) /*DarkBlue*/;
          		   font-weight: normal;
		    	   line-height: 130%;
			    }

/* _______________________________GENERAL HYPERLINKS */

A 				{  color: rgb(82,149,193) /*BLUE*/;
				   font-weight: normal; 
				}
A:LINK			{  color: rgb(82,149,193) /*BLUE*/;
			 	   font-weight: normal; text-decoration: none; 
				}
				
A:VISITED 		{  color: rgb(82,149,193) /*BLUE*/;
				   font-weight: normal; text-decoration: none; 
				}
A:HOVER			{  color: rgb(82,149,193) /*BLUE*/; 
				   font-weight: bold; text-decoration: underline; 
				}

/*_______________________________ HEADERS */

.TITEL	    	{ color: rgb(187,102,0) /*gold*/; 
   		          font-size: 20pt;
                  font-weight : bold; 
 	    	      line-height: 130%;
		        }
		
.KOP		    { color: rgb(187,102,0) /*gold*/; 
   		          font-size: 13pt;
                  font-weight: normal; 
 	    	      line-height: 130%;
		        }

.TEKST	        { color: rgb(0,5,82)  /*DarkBlue*/;
                  font-size: 10pt; 
                  font-weight: normal; 
		    	  line-height: 130%;
		        }
		        
.TEKSTGOUD      { color: rgb(187,102,0)  /*gold*/;
                  font-size: 10pt; 
                  font-weight: normal; 
		    	  line-height: 130%;
		        }
