/* for a full list of posibilities see 
      www.zvon.org/xxl/css1Reference/Output
      www.w3.org/Style/CSS
*/
dd { font-size: 100%; }
dt { font-family: Comic Sans MS, Utopia, sans-serif;
     color: #008440;
}
body { font-family: Comic Sans MS, Palatino, sans-serif;
       font-size: 110%;
       background-color: #FFFFCC;
}

p.bold { font: bold; margin-left: 4%; }

/* Hangende paragraph voor referenties */
p.hang { text-indent: -3em; margin-left: 3em; margin-right: 3em; }

h1 { font-family: Comic Sans MS, Utopia, sans-serif;
     font-size: 160%;  
     text-align: center;
     color:red;
     margin-top: 1em;
}
h2 { font-family: Comic Sans MS, Utopia, sans-serif;
     font-size: 140%; 
     color:red;
}
h3 { font-family: Comic Sans MS, Utopia, sans-serif;
     font-size: 120%; }
h4 { font-family: Comic Sans MS, Utopia, sans-serif;
     font-size:  100%; }
