a:hover { 
          color: rgb(173,0,0); 
          text-decoration: underline
          }

a:link { 
         color: blue; 
         text-decoration: none 
         }

a:visited {
            color: green;
            text-decoration: none
            }

body { 
       color: black; 
       font-size: x-small;
       background: white url(back_brown.gif) no-repeat fixed 50% 50% 
       }

h2 { 
     color: white; 
     font-weight: bold; 
     font-size: small; 
     font-family: verdana, arial, helvetica, "trebuchet ms", sans-serif; 
     background-color: rgb(0,119,158); 
     padding: 3pt; 
     border: solid 3pt silver; 
     width: 100%; 
     }

h3 { color: black; 
     font-weight: bold; 
     font-size: small; 
     font-family: sans-serif;
     }


div.artikel { 
              font-family: verdana, arial, helvetica, "trebuchet ms", sans-serif; 
              font-size: x-small;
              color: black; 
              border: solid 1px silver; 
              margin: .3em; 
              padding: .3em; 
              width: 70%; 
              }

.stikord { 
           color: #ad0000; 
           font-weight: bold;
           font-size: x-small;
           font-family: verdana, arial, helvetica, "trebuchet ms", sans-serif; 
           background-color: rgb(234,233,219) 
           }

div.sekt { font-family: verdana, arial, helvetica, "trebuchet ms", sans-serif; 
           font-size: x-small;
           color: black; 
           border: solid 1px silver; 
           margin: .3em; 
           padding: .3em; 
           }

div.subsekt { 
              font-family: verdana, arial, helvetica, "trebuchet ms", sans-serif; 
              font-size: x-small;
              color: black; 
              border: solid 1px silver; 
              margin: .3em; 
              padding: .3em; 
              }

div.billedtekst { 
                  text-align: center; 
                  float: right; 
                  color: black; 
                  font-weight: bold; 
                  font-family: verdana, arial, helvetica, "trebuchet ms", sans-serif; 
                  border: solid 1px silver; 
                  padding: .3em; 
                  }

td { 
     border: 1px silver solid; 
     color: black; 
     font-family: verdana, arial, helvetica, "trebuchet ms", sans-serif;
     font-size: x-small;
     }

u {  
    font-family: verdana, arial, helvetica, "trebuchet ms", sans-serif;
    font-size: x-small;
    }