h1 {
  font: normal normal 14px Arial;
  color: black;
  position: relative;
  left: 1.0em;
  text-align: left;
}

h2 {
  font: normal bold 1.1em Arial;
  color: black;
  position: relative;
  left: 1.0em;
  text-align: left;
}

h3 {
  font: normal bold 0.9em Arial;
  color: black;
  position: relative;
  left: 1.0em;
  text-align: left;
}

#box1 {
  display: none;
}

#box2 {
  display: none;
}

#box3 {
  display: none;
}

#box4 {
  font: normal bold 0.8em Arial;
  position: relativ;
  left: 1.0em;
  text-align: left;
  width: 10cm;
  height: 70px;
  z-index: 1;
}

#box5 {
  display: none;
}

#box6 {
  position: absolute;
  top: 2px;
  left: 480px;
}

#box7 {
  display: none;
}

p {
  font: normal bold 0.7em Arial;
  color: black;
  position: relative;
  left: 1.0em;
  text-align: left;
}

a [ href ]:after {
  content: " <" attr(href) ">";
  color: #888;
  background: inherit;
  font-style: italic;
  size: 80%;
}
