body {
      background-color:#d1d1d1;  ..............de achtergrondkleur van de pagina's

     }
h1 , h3 , p , table {
      font-family:"arial", "Helvatica", "Sans-serif";
      text-indent: 20px;
     }



     a {color:olive
        text-decoration:none;}


a:visited{
background-color: transparent;                  <! kleur van de link als bezocht is>
color: blue;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

a:hover{
background-color: #B30700;                     c<! kleur van de link als ge er met de muis over gaat>
color: silver;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

a:active{
background-color: transparent;
color: blue;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
div  { width:600px;
      height:1000px
      bacground-colour:blue
      align="center"

}
