body {
  font-family: "Trebuchet MS", arial, helvetica, verdana, geneva, sans-serif;
  font-size: 10pt;
  margin: 0;
}

h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.4em;
  margin-bottom: 0;
}
h3 {
  font-size: 1.2em;
  margin-bottom: 0;
}

form {
  margin: 0;
  padding: 0;
}

.small {
  font-size: 0.8em;
  color: #4c4c4c;
}

#header {
  text-align: center;
}
#header h1 {
  font-size: 2.5em;
  margin: 0;
  padding: 0;
}
#header form {
  float: right;
  margin-right: 2.5em;
}
#header input[type="image"] {
  position: relative;
  top: 0.5em;
}
#header input[type="submit"] {
  font-size: 8pt;
  font-weight: bold;
  width: 24px;
  height: 20px;
  padding-bottom: 4px;
}

.content {
  margin: 1.5em 2.5em 2.5em 2.5em;
}

#footer {
  font-size: 0.8em;
  text-align: center;
  color: gray;
  margin-bottom: 2em;
}
