
/* definitie normale tekst*/

body	 { 
	font-family:comic sans ms;
  	color:black 
	font-size:20px
	}


/*link definitie navigatie*/

A:link 	{ 
	background-color:#d5e5f5; 	
	color:#2e3a68  
	}

A:active 	{
	background-color:#d5e5f5; 
	color:#2e3a68  
	}

A:visited	{ 
	background-color:#d5e5f5; 
	color:#2e3a68 
	}

A:hover 	{ 
	background-color:#d5e5f5; 
	color:#ad274a 
	}

