.tekst {
    color: black ;
    text-decoration: none ;
    font-family: helvetia ;
    font-size : 15 ;
    font-style : bold ;
    padding : 1.0em ;
    }
    
.footer {
    color: white ;
    text-decoration: none ;
    font-family: helvetia ;
    font-size : 14 ;
    font-style : bold ;
    }


.linke {
    color: #42371b ;
    text-decoration: none ;
    font-family: helvetia ;
    font-size : 20 ;
    font-style : bold ;
    }

a.linkd:link {
    color: #42356b ;
    text-decoration: none ;
    font-family: helvetia ;
    font-size : 18 ;
    font-style : bold ;
    }

a.linkd:visited {
    color: #42338b ;
    text-decoration: none ;
    font-family: helvetia ;
    font-size : 18 ;
    font-style : bold ;
    }
a.linkd:hover {
    color: blue ;
    /*background-color : #04a6be ;*/
    text-decoration: underline ;
    font-family : helvetia ;
    font-size : 18 ;
    font-style : bold ;
    }
    
.randje {
     background-color : #fb1818 ;
     }

.buitentabelrand {
     border-color : #42371b ;
     border-width : 4px ;
     border-height : 4px ;
     border-style : solid ;
     }
.binnentabelrand {
     border-color : black ;
     border-width : 2px ;
     border-height : 2px ;
     border-style : solid ;
     background-color : #33c5f4 ; 
     }
#dropmenudiv {
   position : absolute ;
   color : black ;
   text-decoration : none ;
   font-family : helvetia ;
   font-size : 18 ;
   font-style : bold ;
   line-height : 21px ;
   padding : 0.2em ;
   }

p {
  padding : 0.4em ;
  }

