/*
 * HHV:
 * Hier een import toegevoegd voor "menu.css"
 */

@import url( "/css/menu.css" );

body, p, dl, dt, dd, li, td, h1, h2, h3, h4 {
   font-family: "Garamond, Palatino, Times Roman, serif";
}

body, p, li, td {
   font-size: 12pt;
}

dl, dt, dd {
   font-size: 11pt;
}

p {
   margin-top: 0pt;
   margin-bottom: 0pt;
}


.pb { text-align: center; }
.indent { text-indent: 3em;  }

.note    {font-family: arial; font-size: 8pt; line-spacing: 0.8pt; }
.notenr  {background: #F66F01; color: white; font-weight: bold; 
          font-family: arial; font-size: 8pt; line-spacing: 0.8pt; }

 a {text-decoration: none; } 
 
.speaker {
	font-size : 11pt;
	font-weight : bold;
}
.stage {
	font-size : 12pt;
	font-style : italic;
}

h1
	{
	font-size: 	25pt;
	text-align: 	left;
	line-height:	1;
	}
	
h2
	{
	font-size:	20pt;
	text-align:	left;
	line-height:	1;
	}

h3
	{
	font-size:	14pt;
	text-align:	left;
	line-height:	1;
	}

h4
	{
	font-size:	13pt;
	text-align:	left;
	line-height:	1;
    }	

