body {
       font-family: Verdana,Arial, sans-serif;
       font-size: 83%;
       text-align: justify;
       background-image: url( 'Afbeeldingen/roos.jpg' );       
       background-color: #fff9bb;       
       background-repeat: no-repeat;
       background-position: center;
       background-attachment: fixed;
       margin: 40px;
     }     
     
h1   {
       background-color: #fff988;
       text-align: center;
       color: #880000;
       border-style: double;
       border-width: 3px;
     }
     
h2   {
       margin-bottom: 0px;
       font-size: 100%;
       color: #880000;
     }
     
.inner {
       font-size: 90%;
       color: #880000;
     }     
     
p    {
       margin-top: 2px;
     }
     
.FloatRight {
       float: right;
       margin: 10px;
     }     

img.FloatRight {
       float: right;
       margin: 10px;
     }
       
td.Left  {
       width: 200px;
       font-family: Verdana,Arial, sans-serif;
       background-color: #fff9bb;
       background-image: url( 'Afbeeldingen/roos.jpg' );
       background-repeat: no-repeat;
       background-position: center;
       background-attachment: fixed;       
       border-style:solid;
       border-color: #880000;
       border-right-width: 1px;
       border-left-width: 0px;
       border-top-width: 0px;
       border-bottom-width: 0px;
       vertical-align: top;
     }

td.Right { 
       font-family: Verdana,Arial, sans-serif;
       font-size: 83%;
       text-align: justify;
       background-color: #fff9bb;       
       background-image: url( 'Afbeeldingen/roos.jpg' );
       background-repeat: no-repeat;
       background-position: center;
       background-attachment: fixed;
       vertical-align: top;
     } 
     
td.Categories {
       font-family: Verdana,Arial, sans-serif;
       background-color: #fff988;
       color: #880000;
       border-style: solid;
       border-width: 1px;
     }
              
a:link  {
       color: #880000;
     }
     
a:hover {
       color: red;
     }
     
a:visited {
       color: olive;
     }     
