body {
  background: white;
  color: black;
}

.top .aa {
  margin: 1em 1em 1em 1em;
}

.top dt {
  margin: 1em 0em 0.5em 0em;
}

.top dd {
  margin: 0.5em 0em 1em 1em;
}

.top input.text {
  width: 14em;
}

.tlist input.text {
  width: 90%;
}

.relsites h2 {
  font-size: 100%;
}

.relsites dt {
  margin-top: 0.7em;
  margin-left: 1em;
}

.misc table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #111111;
}

.misc th {
  padding: 0.2em 0.3em 0.2em 0.3em;
  border: 1px solid #aaaaaa;
  border-bottom: solid #555555;
  background-color: #e0e0e0;
  text-align: center;
  white-space: nowrap;
}

.misc td {
  padding: 0.2em 0.3em 0.2em 0.3em;
  border: 1px solid #aaaaaa;
  background-color: #f8f8f8;
  text-align: left;
  white-space: nowrap;
}

.misc #msg {
  width: 80%;
}

.misc pre {
  padding: 0.2em;
  background-color: #f0f0f0;
  white-space: normal;
}

