body {
  text-align: justify;
  color: black;
  background: url('wouter.png');
  background-color: gray;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0% 85%;
  margin: 5px;
}

h1 {
  text-align: right;
  color: red;
  border-bottom-style: solid;
  border-bottom-color: red;
  background-color: #ccccff;
  height: 60px;
}

h3 {
  display: none;
}

a:link {
  color: red;
  text-decoration: none;
}

a:visited {
  color: #ccccff;
  text-decoration: none;
}

a.menu-a:visited {
  color: black;
  text-decoration: none;
}

.menublock {
  float: left;
  width: 15%;
  border-style: solid;
  border-width: 1px;
  margin-right: 5px;
  text-align: left;
}

.menuitem {
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: red;
}

.data {
  float: right;
  background-color: white;
  width: 81%;
  left: 16%;
  padding: 1%;
}

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

.article > p,dl {
  padding-right: 5px;
  padding-left: 5px;
}


h2 {
  border-color: black;
  color: #ccccff;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  background-color: gray;
  margin: 0px;
}

.menuhead {
  background-color: white;
  text-align: center;
  font-weight: bold;
}

.menuitem {
  background-color: #ccccff;
}

div.csschooser {
  border-top-style: dashed;
  border-top-width: 1px;
  border-top-color: red;
  font-size: 50%;
  background-color: #ccccff;
}

div.article div.ad0 {
  text-align: center;
  margin-bottom: 1em;
}

div.footer div.ad0 {
  text-align: center;
  margin-top: 1em;
}

div.ad1 {
  position: absolute;
  top: 5px;
  left: 5px;
}

div.commentlevel {
  border-left-width:1px;
  border-left-style:solid;
  border-top-width:1px;
  border-top-style:dashed;
  margin:5px;
}

pre {
  width: 100%;
  overflow: auto;
}

.ad2 {
  float: left;
  margin-right: 1em;
}

.aux {
  display: none;
}
