<style type="text/css">
/* CSS linkkleuren */

/* link defintie */

a:link { 
          background:#ffffff; /*white*/
		  color:#000ff; /*bleu*/
		  font-family: Comic Sans MS;
		  font-size: 12pt;
		  text-decation: none 
		  } /* unvisited link*/

a:active { 
          background:#ffffff; /*white*/ 
		  color:#0000ff; /*bleu*/
		  font-family: Comic Sans MS;
		  font-size: 12pt;
		  text-decation: none 
		  } /*active links*/
		  
a:visited { 
              background:#ffffff; /*white*/ 
			  color:#0000ff; /*bleu*/ 
			  font-family: Comic Sans MS; 
			  font-size: 12pt; 
			  text-decation: none 
			  } /* visited links*/

</style>

