BODY {   
   background-image: url("baggrund3.jpg");
   background-attachment: fixed;
   margin-left: 10px;
   margin-top: 5px;
   margin-right: 10px;
   margin-bottom: 5px;

   scrollbar-arrow-color: #ffffff;
   scrollbar-base-color: #4F4F46;
   scrollbar-shadow-color: #94945B;
   scrollbar-face-color: #787B6A;
   scrollbar-highlight-color: #B0B099;
   scrollbar-dark-shadow-color: #000000;
   scrollbar-3d-light-color: #B0B099;
}   

a:link {
   font-family: verdana;
   font-size: 12px;
   color: #ffffff;
   text-decoration: underline;
}

a:active {
   font-family: verdana;
   font-size: 12px;
   color: red;
   text-decoration: underline;
}

a:visited {
   font-family: verdana;
   font-size: 12px;
   color: #ffffff;
   text-decoration: underline;
}

a:hover {
   font-family: verdana;
   font-size: 12px;
   color: #ffffff;
   text-decoration: underline;
}


.overskrift {
   font-family: verdana;
   font-size: 18px;
   color: #ffffff;
   font-weight: 500;
   margin-left: 15px;
   margin-top: 10px;
   margin-bottom: -15px;
}

.broedtekst {
   font-family: verdana;
   font-size: 12px;
   color: #ffffff;
   font-weight: 500;
}

.thumbnail {
  border-style: solid;
  border-width: 3px;
  border-color: black;
}


