/* Standaard stylesheet voor de verhalen pagina's */

body{
  background: url(index_images/image002.jpg);
  color: black;
  font-family: arial, verdana, serif;
  }

ul{
  margin-left: 1px;
  }

a:link{
  color: #ff0000;
  text-decoration: underline;
  }

a:visited{
  color: #0000ff;
  text-decoration: underline;
  }

a:hover{
  color: #800080;
  text-decoration: underline;
  font-size:100%;
  }

h1{
  color: black;
  font-size: 200%;
  font-family: Arial, Verdana, serif;
  font-weight: bold;
  }

h2{
  color: black;
  font-size: 150%;
  font-family: Arial, Verdana, serif;
  font-weight: bold;
  }

h3{
  color: black;
  font-size: 100%;
  font-family: Arial, Verdana, serif;
  font-weight: bold;
  }

h4{
  color: black;
  font-size: 100%;
  font-family: Arial, Verdana, serif;
  font-weight: bold;
  }

h5{
  color: black;
  font-size: 90%;
  font-family: Arial, Verdana, serif;
  font-weight: normal;
  }

h6{
  color: black;
  font-size: 75%;
  font-family: Arial, Verdana, serif;
  font-weight: normal;
  }

.kopje{
  color: black;
  font-size: 120%;
  font-family: Arial, Verdana, serif;
  font-weight: bold;
  }

.kopje2{
  color: black;
  font-size: 100%;
  font-family: Arial, Verdana, serif;
  font-weight: bold;
  }

.geel{
  color: yellow;
  }

.grootblauw{
  color: blue;
  font-size: 150%;
  font-weight: bold;
  }   

.grootzwart{
  color: black;
  font-size: 150%;
  font-weight: bold;
  }   

.groot{
  color: black;
  font-size: 125%;
  font-weight: bold;
  }

.grootfuchsia{
  color: fuchsia;
  font-size: 125%;
  font-weight: bold;
  }

.normaalblauw{
  color: blue;
  font-size: 100%;
  font-weight: bold;
  }

.kleiner{
  color: black;
  font-size: 95%;
  }

.nogkleiner{
  color: black;
  font-size: 75%;
  }

.nogkleinerblauw{
  color: blue;
  font-size: 75%;
  }

img{
  margin: 5px;
  }

.formulier1{
 background-color: #ccffcc;
 color: black;
  }

.ulnaast{
  margin-left: 1px;
  font-family: arial, verdana, serif;
  padding-top: 10px;
  font-size: 10pt;
  padding-bottom: 10px;
  }

.ulonder{
  list-style-type: none;
  margin-left: 0px;
  font-family: arial, verdana, serif;
  font-size: 10pt;
  padding-bottom: 10px;
  }

.lijstnaastelkaar{
  display: inline;
  list-style-type: none;
  background: #ccffff;
  padding: 5px;
  margin: 3px;
  border: 1px solid #3399ff;
  }

.lijstonderelkaar{
  display: list-item;
  list-style-type: none;
  font-family: arial, verdana, serif;
  font-size: 8.5pt;
  background: #ccffff;
  padding: 5px;
  margin: 6px;
  border: 1px solid #3399ff;
  width: 105px;
  height: 15px;
  margin-left: 1px;
  }
