/* kleuren
donkerblauw:    #082299
lichtblauw:     #9FA8D7
*/
body {
  border:0px;
  margin-top:5px;
  margin-left:30px;
  margin-bottom:50px;
  font-family:sans-serif;
  font-size:10pt;/*80%;*/
  background-repeat:repeat-x;
  }
h1 {
  font-size:170%;
  font-family:arial,helvetica,sans-serif;
  color: #0093ef;
  font-weight: 800,bold;
  }
h2 {
  font-size:100%;
  font-family:arial,helvetica,sans-serif;
  color: #2e3192;
  font-weight: 800;
	margin-bottom:0px;
  }
h3 {
  font-size:100%;
  font-family:arial,helvetica,sans-serif;
  color: #000;
  }

p {
	margin-top:0px;
}
td {
  font-size:10pt;/*80%;*/
  /*text-align:justify;*/
  }
a:link {
  color: #0093ef;
  }
a:visited {
  color: #0093ef;
  }
a:active,a:hover {
  text-decoration:none;
  }
hr {
  color: #24529E;
  height:1px;
  } 

.violet {
	color:#2e3192;
}


