A{text-decoration:underline;color:black}
A:visited{text-decoration:underline;color:black}
A:hover{text-decoration:underline;color:red}



 h1 { font-family: Arial,Helvetica,sans-serif;
      font-size: 18px;
      font-weight: bold;
      font-style: italic;
      margin-top: 0;
      margin-bottom: 0;
      color: rgb(200, 0, 0);
    }

 h2 { font-style: normal;
      font-family: sans-serif,Arial,Helvetica;
      line-height: normal;
      font-weight: normal;
      color: rgb(0, 0, 50);
      font-size: 12px;
      margin-top: 5;
      margin-bottom: 0;
    }

 h3 { font-style: italic;
      font-family: Arial,Helvetica,sans-serif;
      line-height: normal;
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 0;
      color: rgb(0, 0, 0);
      font-size: 10px;
    }

 h4 { font-style: normal;
      font-family: Arial,Helvetica,sans-serif;
      line-height: normal;
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 0;
      color: rgb(200, 0, 0);
      font-size: 12px;
    }

 h5 { font-style: normal;
      font-family: Arial,Helvetica,sans-serif;
      line-height: normal;
      font-weight: normal;
      color: rgb(0, 0, 50);
      font-size: 12px;
      margin-top: 0;
      margin-bottom: 0;
    }


   .inhoud { border-style: none;
    width: 750px;
    height: 100%;
    background-color: rgb(255, 255, 205);
    color: rgb(0, 0, 96);
    }

   .onder { border-style: none;
    width: 750px;
    height: 20px;
    background-color: rgb(255, 200, 200);
    color: rgb(0, 0, 96);
    }

  .pagina { margin: 5px;
    background-color: rgb(255, 255, 205);
    }


