html, body {
   background: url(images/background.gif);
   background-repeat: repeat-x;
   margin: 0px auto;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

#content {
   background: url(images/content.gif);
   background-repeat: no-repeat;
   width: 804px;
   height: 654px;
}

#tekst {
   width: 780px;
   height: 620px;
   margin-left: 10px;
}

h1 {
   font-size: 16px;
}

a {
   font-weight: bold;
   text-decoration: none;
}

a:hover {
   color: #006633;
   font-weight: bold;
   text-decoration: underline;
}