/*
===================================================
== Stylesheet K.I.B.- Renders http://www.kib.nl/ ==
===================================================
*/

/* Lettertype */
body, p, td, li, ul, ol {
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 10pt;
}

p.bottom {
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #A1A1A1;
}

h1 {
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #00007A;
}

h2 {
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	font-size: 13pt;
	color: #00007A;
}

h3 {
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	font-size: 12pt;
	text-align: center;
	color: #940000;
}

h4 {
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
	color: #00007A;
}

/* Link kleur en stijl */
a:link, a:visited {
	color: navy;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: navy;
	text-decoration: underline;
}

/* Divers */
hr {
	color: #F7BD21;
}

