A:link {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}

A:visited {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}

A:hover {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

A:active {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}

body {
  background-color: #999999;
  color: #000000;
  text-align: left;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  margin-top: 50px;
}

#container {
  width: 700px;
  margin: auto auto auto auto;
}

#banner {
  text-align: center;
  width: 700px;
  height: 204px;
  border: 1px solid #000000;
}

#menu {
  text-align: right;
  width: 700px;
  height: 25px;
/*  border: 1px solid #000000; */
  font-size: 12pt;
  font-weight: bold;
  margin-top: 7px;
}

#text {
  margin-top: 20px;
  width: 700px;
  min-height: 100px;
}

.rubrik {
  font-size: 12pt;
  font-weight: bold;
}

.disclink {
  border: 1px solid #000000;
}

.front {
  border: 1px solid #000000;
  text-align: center;
}