body {
  font-family: Arial, Georgia, Verdana, Courier;
  background: #ffffff;
  color: black;
}

div.venstrekolonne {
  width: 19%;
  float: left;
  color: white;
  text-align: center;
  background: #518dc3;
}

div.midtkolonne {
  width: 62%;
  float: left;
}

div.hogrekolonne {
  width: 19%;
  float: left;
}

h1, h2, h3, h4 {
  margin-left: 20px;
  font-family: Arial, Georgia, Verdana, Courier;
  color: #518DC3;
}

img {
  max-width: 95%;
}

img.button {
  width: 80px;
  height: 15px;
}

p {
  margin-left: 2em;
  margin-right: 2em;
}

pre {
  width: 80%;
}

div.venstrekolonne a {
  font-weight: bold;
  font-size: 1.1em;
  color: white;
  text-decoration: none;
  display: block;
}

div.venstrekolonne a:visited {
  color: white;
}

div.venstrekolonne a:hover {
  color: #FBDC07;
  text-decoration: none;
}

div.venstrekolonne a.webmaster {
  font-size: .8em;
  color: white;
  text-decoration: none;
  display: block;
  margin-top: 2em;
}

a {
  color: #518DC3;
}

