
/* Style voor opmaak documenten */

.meta{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em; 
  margin-bottom:20px;
}

.meta .title{
  font-size:1.6em;
  font-weight:bold;
}

.doctitle{
  font-size:1.2em;
  font-weight:bold;
  padding-top:10px;
}

.content{
  margin-top:10px;
}

.content .section {
 margin-bottom:10px; 
}

.content .section .header {
 font-weight:600; 
}

.section .header {
 font-weight:600; 
}

.content .section .alinea{
 margin-bottom:10px; 
}

.section .alinea{
 margin-bottom:10px; 
}

.datatable{
 font-size:1em;
}
  
.content  a, .content a:hover, .content a:visited{
   text-decoration:underline;
   color:#001E57;
}