 
@import url(stylebase.css);
body { 
  background-image:url(Fjerbold-2-www.jpg);
  margin-left: 0;
  margin-right: 0;
}
 A:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: -0.01em 
} /* when mouse is over link */

