body {
  background-color: #ddf;
  font-family: Lucida Grande, Arial, sans-serif;
  font-size: 9pt;
}

a {
  text-decoration: none;
}

a:hover {
  background-color: #eef;
  text-decoration: underline;
}

.tip, #tip, #copy {
  color: #669;
}

#logo img {
  padding-bottom: 6px;
  border-bottom: solid 1px #669;
}

input {
  margin-top: 2em;
  margin-bottom: .5em;
}

#footer {
  margin: auto;
  margin-top: 10em;
  white-space: nowrap;
}

#copy {
  margin-top: 1em;
}

#logo {
  padding-bottom: 32px;
}

#title {
  margin: auto;
  margin-top: 2em;
  font-size: medium;
  font-weight: bold;
}

#content {
  margin: auto;
  width: 45em;
  background-color: #fff;
  border: dashed 1px #dde;
  padding: 5em;
}

#query {
  width: 35em;
}

p, ul, ol {
  text-align: left;
}
