BODY, P, TD, OL, UL, LI

  {font-family: calibri light, calibri, arial;}
  {font-size: 18px;}

  body {
      background-image: 
      url(../Afbeeldingen/);
      width: 100%;
    }
  
header
    {text-align: center;}
nav
     {text-align: center;}
section
     {text-align: center;}

  p {
    color: #000000; 
    font-weight: normal;}

  h1, h2, h3 {color: #000000; 
    font-weight: bolder;}

  ul {color: navy; font-weight: bolder }
  ol {color: blue; font-weight: bolder }
  li {color: #000000; font-weight: normal;}

  a:link  {color: blue; font-weight: bold;}
  a:hover {color: lime; }
  a:active  {color: aquamarine; font-weight: bold;}
  a:visited  {color: navy;}

<!-- kleuren -->
.red {color: red; }
.blue {color: blue;}

.redonyellow {color: red; background-color: yellow;}
.blueonaqua {color: blue; background-color: aquamarine;}


<!-- opmaak -->
.bold {font-weight: bolder;}
.bolder {font-weight: bolder;}

<!-- uitlijning -->
.center {text-align: center;}
.right {text-align: right;}