BODY {   
   background-color: #4c4d3f;
   margin-left: 0px;
   margin-top: 0px;
}   

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

.baggrund {
   background-image: url("baggrund.jpg");
}

.iframe {
   margin-top: 35px;
   margin-left: 56px;
}

.links {
   margin-left: 395px;
}

a.link1:active {
   font-family: verdana;
   font-size: 90%;
   color: #8DBC0F;
   text-decoration: none;
}
a.link1:link {
   font-family: verdana;
   font-size: 90%;
   color: black;
   text-decoration: none;
}
a.link1:visited {
   font-family: verdana;
   font-size: 90%;
   color: black;
   text-decoration: none;
}
a.link1:hover {
   font-family: verdana;
   font-size: 90%;
   color: #8DBC0F;
   text-decoration: underline;
}

a.link2:active {
   font-family: verdana;
   font-size: 90%;
   color: #8DBC0F;
   text-decoration: none;
}
a.link2:link {
   font-family: verdana;
   font-size: 90%;
   color: black;
   text-decoration: none;
}
a.link2:visited {
   font-family: verdana;
   font-size: 90%;
   color: black;
   text-decoration: none;
}
a.link2:hover {
   font-family: verdana;
   font-size: 90%;
   color: #8DBC0F;
   text-decoration: underline;
}