/* Onderstaande parameters gelden voor alle media, sommige worden veranderd voor af te drukken versies*/

BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
	color : Black;
	background : White;
	text-align : left;
	SCROLLBAR-FACE-COLOR: #333399;
	SCROLLBAR-SHADOW-COLOR: #3366ff;
	SCROLLBAR-3DLIGHT-COLOR: #cccccc;
	SCROLLBAR-ARROW-COLOR: #cccccc;
}
HR {
	color : #333399;
}
H1, H2 {
	font-size : x-large;
}
H3, H4 {
	font-size : large;
}
H5, H6 {
	font-size : medium;
}
.kleinereletter {
	font-size : x-small;
}
.grotereletter {
	font-size : medium;
}
.groteletter {
	font-size : large;
}

TABLE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
	color : Black;
	background : Transparant;
}

A:LINK {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : underline;
	color : #333399;
	font-weight : bold;
}

A:ACTIVE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : none;
	color : #3366ff;
	font-weight : bold;
}

A:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : underline;
	color : #333399;
	font-weight : bold;
}

A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : none;
	color : #3333cc;
	font-weight : bold;
}


/* Onderstaande parameters gelden voor afdrukken */
@media print {

BODY {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	background : white;
}

TABLE {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : normal;
}

}
