body {
  margin: 1em 0;
}

/* header */

#hd {
  text-align: center;
}

/* body */

#bd form br {
  display: none;
  white-space: nowrap;
}

/* tags */

h1,
h2 {
  margin: 1em 0 .5em;
}
h1 {
  font-size: 175%;
}
h2 {
  font-size: 150%;
}

p {
  margin-bottom: 1em;
  font-size: 110%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

hr {
  height: 1px;
  margin-bottom: 1em;
  border: none;
  border-top: 1px solid #ccc;
}

/* highlight */

.highlight {
  margin: 0 -1em;
  padding: 1em 1em;
  background-color: #ffc;
}
.highlight h2 {
  margin-top: 0;
}
.highlight form {
  margin-bottom: 0;
}
.highlight form p#required {
  margin-bottom: 1em;
}

/* instructional */

.instructional {
  color: #555;
}

/* form */

form {
  margin-bottom: 1em;
}

/* rows */

form td {
  padding: 5px 10px 5px 0;
}

/* fonts */

form fieldset,
form fieldset input,
form fieldset select,
form fieldset textarea {
  font-family: arial, sans-serif;
  font-size: 110%;
}

form p {
  font-size: 100%;
}

/* required */

form abbr {
  color: #f00;
  font-size: 175%;
  font-style: normal;
  line-height: 40%;
}

/* instructions */

form em {
  color: #444;
}

/* inputs */

form p input {
  font-size: 120%;
  font-weight: bold;
}

/* footer */

#ft {
  font-family: arial, sans-serif;
  font-size: 90%;
  line-height: 150%;
}
#ft table {
  display: none;
}
