body {
  font-family: "Arial", sans-serif;
  font-size: 9pt;
  background: #f8f8f8;
  color: #444;
  margin: 0;
  padding: 5px;
  border-bottom: solid 1px black;
  height: 25px;
  position: relative;
}
strong {
  color: black;
}

#logotype {
  width: 85px;
  height: 25px;
  position: absolute;
  left: 5px;
  top: 5px;
}
#logotype img {
  border: none;
}

#notice {
  margin: 0 85px;
  text-align: center;
  margin-top: 5px;
}

a {
  color: black;
  font-weight: bold;
}

