body {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 130%;
  background-color: black;
  color: #ccc;
}
#top h1,h2,h3 {
  padding: 0;
  margin: 0;
}
a:link {
  text-decoration: none;
  color: #eee;
}
a:visited {
  text-decoration: none;
  color: #eee;
}
a:active {
  text-decoration: none;
  color: #888;
}
a:hover {
  text-decoration: none;
  color: #888;
}
#container {
  width: 98%;
  margin: 10px auto;
}
#top {
  border-bottom: 1px solid gray;
}
#leftbar {
  float: left;
  width: 170px;
  margin: 0;
  padding: 1em 0 0 0;
  font-size: 70%;
}
#leftbar p {
  margin: 0 0 1em 0;
}
#rightbar {
  float: right;
  width: 300px;
  margin: 0;
  padding: 2px 0 0 1em;
}
#rightbar img {
  margin: 0;
  padding: 0 0 2px 0;
}
#content {
  margin-left: 172px;
  /* margin-right: 320px; */
  margin-right: 1em;
  font-size: 80%;
}
#content h2 {
  padding-top: 0.5em;
}
.descriptions dt {
  padding-top: 0.5em;
  font-weight: bold;
}
