/*
 * aanvulling op algemene style sheet t.b.v. print
 * bas, 20040226
 */
 
body
	{
		font-size: 11pt;
	}

table.pagina
	{
		width: 95%;
	}
/*	stylesheet bevat nu ook nog de headings gebruikt door framemaker webtemplate */
h1, h1.kop-titel
	{
		font-size: 18pt;
	}

h2.kop2-nav, h2.kop2, h2
	{
		font-size: 16pt;
	}

h3.kop3, h3.kop3-num, h3.kop3-num1, h3
	{
		font-size: 14pt;
	}

h4, h4.kop4
	{
		font-size: 12pt;
	}

h5
	{
		font-size: 11pt;
	}

h6
	{
		font-size: 10pt;
	}

a:link
	{
		text-decoration : underline;
	}

div.noprint
	 {
		 display: none;
	 }
