/* link-opmaak welkom  (home.htm)*/

BODY.kleur {	background-color : #DBDBDB;}

/*  opmaak van de links */
A:LINK {	text-decoration : none;	color : #6A5ACD;	font-family : Arial, Helvetica, sans-serif;	font-size : 24px;	font-weight : bolder;}
A:VISITED {	text-decoration : none;	color : red;	font-family : Arial, Helvetica, sans-serif;	font-size : 24px;	font-weight : bold;}
A:HOVER {
	text-decoration : none; 	color : #000080; 	font-weight : bold; 	font-family : Arial, Helvetica, sans-serif; 	font-size : 24px; 	}

