body
{
}

h1 
{
}

h2 
{
 font-weight:bold;
 font-size:1.5em;
 border-bottom:solid 0.5em #480000;
 padding:0.1em 0 0.1em 1em;
 background-color:#A10000;
}

h3 
{
 /*border-bottom : 1px solid red;*/
}

h4 
{
}

h5 
{
}

h6 
{
}

dd 
{
 font-size:0.6em;
 font-style:italic;
 font-weight: lighter;
}

ul 
{
 list-style:circle
}

a
{
 text-decoration:none;
}

a:link
{
 color: black
}

a:visited
{
 color: black
}

a:active
{
 text-decoration:underline;
}

a:hover
{
 color: red;
 /*font-size:20px;*/
}

.verborgen
{
 display:none;
}

.navigatie 
{
 font-size:1em;
 color:#A10000;
 text-style:italic;
/* display:inline;*/
/* margin:0 1em;*/
 border-bottom:1px dashed #480000;
}
