    H1, H2, H3, H4, H5, H6
    { 
     color: black;
     background-color: inherit; 
     font-family: Georgia, Serif; 
     margin-top: 0px; padding-top: 0px;
     margin-bottom: 0px; padding-bottom: 0px;
    }
    H6 { font-size: 11pt; }
    H5 { font-size: 13pt; }
    H4 { font-size: 16pt; }
    H3 { font-size: 18pt; }
    H2 { font-size: 21pt; }
    H1 { font-size: 24pt; }
    
    TABLE
    { 
     background-color: #F6F6F0; 
     font-size: 9pt; 
    }
    
    BODY 
    { 
     background: grey; 
    }
    

    #språkrad 
    { 
     padding: 0;
     margin:0;
     height: 20px; 
     top: 10px;
     right: 10px; 
     position: absolute; 
     z-index: 4;
    }

    #språkrad LI
    {
     border: 1px dotted #000; 
     background-color: #eef; 
     list-style-type: none;
     display: block;
     float: left;
     border-right: 1px dotted #000;
     padding: 0px;
     height: 20px;  
     margin: 5px;
     padding: 5px;
     padding-top: 0;
     padding-bottom: 0;
    }
    
    #språkrad LI.vald
    {
     color: inherit;
     background-color: #fcc;
     font-weight: bold;
    }        
    
    #meny 
    { 
     list-style-type: none;
     color: black; 
     position: fixed; 
     right: 10px; 
     top: 40px; 
     width: 100px; 
     padding: 10px; 
     border: 3px dashed #000; 
     background-color: #dfd; 
     z-index: 3;
    }

    .mitt 
    { 
     position: absolute; 
     top: 40px; 
     right: 200px; 
     width: 350px; 
    }
    
    .ruta 
    { 
     color: #000; 
     width: 100%; 
     background-color: #fff; 
     border: 1px solid black; 
     margin: 1em;
     padding: 1em;
    }

    P, UL, LI
    { 
     font-size: 14px; 
     font-family: verdana, trebuchet, arial, sans-serif; 
    }
    
    A 
    { 
     color: blue; 
     background-color: inherit;
     text-decoration: none; 
    }
    A:hover { color: maroon; background-color: inherit; }

