/* HYPERLINKS OP GEWONE TEKST (voor alle pagina's) */
A:link, A:active, A:visited {
  color: #003366;
  background-color: transparent;
  text-decoration: none;
}

A:hover {
  color: #003366;
  background-color: transparent;
  text-decoration: underline;
}

/* DOCUMENTOPMAAK voor overige pagina's */

BODY {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
/*  line-height : 14px; */
  color: #000000;
  background-color: #000000;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

TABLE, TH, TD {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  border-collapse: collapse;
}

DL {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

EM { 
  font-style: italic;
}

H1, H2, H3, H4, H5, H6 {
  font-family: Arial, Helvetica, sans-serif;
}

H1 {
  font-size: 160%;
  font-weight: bold;
} 

H2 {
  font-size: 150%;
  font-weight: bold;
  color: #003366;
} 

H3 {
  font-size: 120%;
  font-style: italic;
}	
 
H4 {
  font-size: 130%;
  font-weight: bold;
  color: #003366;
}	
 
H5 {
  font-size: 110%;
  font-style: italic;
}	
 
H6 {
  font-size: 100%;
  font-weight: bold;
}	 

OL { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  list-style-type: decimal;
}

OL OL { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  list-style-type: lower-alpha;
}
  
OL OL OL { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  list-style-type: lower-roman; 
}

OL OL UL { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  list-style-type: disc; 
}

P {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
/*  line-height : 14px; */
  color: #000000;
}

STRONG {
  font-weight: bold;
}

UL { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

UL UL { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

UL UL UL { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

