body {
  margin: 0px auto;
  width: 900px;
  background: #ddd;
  font-family: "georgia", "helvetica", "sans-serif";
}

.header {
  margin-top: 30px;
}

.header h1 {
  font-size: 2em;
  font-weight: bold;
}

.header h2 {
  font-size: 1em;
  font-weight: bold;
}

.spacer {
  height: 5px;
}

.inactive {
  color: #999;
}

#links {
  width: 100%;
}

#host1, #host2 {
  width: 500px;
}

#go {
  width: 100px;
}

#links_container {
}

