@charset "ISO-8859-1"; 
/* Plaatsen in de HEADER, let op het relatieve pad:
<LINK rel="stylesheet" href="./KEI.css" type="text/css">
LET OP... Deze is alleen van de KEI-pagina's!
*/

/* Font (in HTML:) FACE="Verdana, Arial" */
BODY, TABLE
        {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 10pt
	}
/* Kleuren */
/* Groen = 006600  is eruit*/
/* Oranje = FFcc00 FF9900*/

BODY	{background:#FFFFFF} 

H1,H2,H3
	{
	font-family: "Tahoma", "Verdana", "Arial", sans-serif;
	color:#FF9900
	}

A:link    {color:#FF0000}
A:visited {color:#FF9900}
A:active  {color:#FF0000}
A:hover   {color:#FF0000}

HR	{color: #FF9900}

TABLE.TOON {
	border-width: thin;
	border-color: #FFFFFF;
	border-spacing: ;
	border-style: none;
	border-collapse: separate;
}

TABLE.TOON td {
	border-width: 1px;
	padding: 1px;
	border-style: ridge;
	border-color: #FF9900;
	background-color: white;
}

/* Marges en dergelijke */
/* BODY	{
	border-style none;
	margin: 0px;
	padding: 0px
	} 
*/

 