/* Deze stylesheet is bedoeld voor het afdrukken */

/* TEKST */
/* Titels  (correspondeert met "Paragraaf" oftewel "Kop" in editor) */
body, html {
	background-color: "FFFFFF";
	font-size:13px;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-weight: normal;
}
/* Titel pagina en Kop1 */
h1 {
	font-size: 2em;
	}
/* Kop2 */
h2 {
	font-size: 1.6em;
}
/* Kop3 */
h3 {
	font-size: 1.3em;
}
/* Kop4 */
h4 {
	font-size: 1em;
}
	
.content,.text {
	font-size:13px;
	FONT-FAMILY: "Trebuchet MS",verdana,arial;
	text-decoration : none;
}
/* Tekst in tabel */
TD, th {
	font-size:13px;
	FONT-FAMILY: "Trebuchet MS",verdana,arial;
	text-decoration : none;
	text-align: left;
}
th {
	font-weight: bold;
}

/* HYPERLINKS  */
A., A:Hover:Active  {
	color:#000000;
	FONT-FAMILY: "Trebuchet MS",verdana,arial;
	text-decoration : underline;
	font-weight: none;
}
/* Bij muisover  (werkt niet indien onderstaande actief is, wel bij bladwijzers) */
A:Hover  {
	color:#000000;
	font-style: none;
	font-weight: none;	
	text-decoration : underline;	
}
