body {
     background-color : #a30b0b ; 
     font-family : arial ;
     }

table.pages { width : 100%; }

.head {
    color: #000000 ;
    text-decoration: none ;
    font-size : 30 ;
    font-style : bold ;
    }

a.nav:link {
    color: #111111 ;
    text-decoration: none ;
    font-size : 20 ;
    font-weight : bold ;
    }

a.nav:hover {
    color: blue ;
    /*background-color : #04a6be ;*/
    text-decoration: underline ;
    font-size : 20 ;
    font-weight : bold ;
    }
    
a.nav:visited {
    color: #111111 ;
    text-decoration: none ;
    font-size : 20 ;
    font-weight : bold ;
    }

a:link {
    color: #1111ff ;
    text-decoration: none ;
    }

a:hover {
    color: blue ;
    text-decoration: underline ;
    }

a:visited {
    color: #1111ff ;
    text-decoration: none ;
    }


.possibilities {
    color: black ;
    text-decoration: none ;
    font-size : 14 ;
    font-style : bold ;
    padding : 0.4em ;
     border-color : #333333 ;
     border-width : 2px ;
     border-height : 2px ;
     border-style : solid ;
   /*  background-color : #33c5f4 ; */
     }

table {padding : 0px;
	border : 0px 0px 0px 0px;}

table.beeld { width :700px;  background-color: #ffdddd; margin-right : auto; margin-left :auto; }
td.header { background-color:"#ddbbbb"; }


