body {
  background-color: #fff;
  color: #000;
  font-family: "Trebuchet MS";
  font-size: 12px;
  text-align: left;
}

#container {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  border: 1px solid #000;
  clear: both;
}

div.header {
  border-bottom: 1px solid #000;
  text-align: center;
}

div.content {
  padding: 4px 4px 4px 4px;
}

#adres {
  text-align: center;
}

h2 {
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight: bold;
}
h3 {
  font-family: "Trebuchet MS";
  font-size: 12px;
  font-weight: bold;
}

