body {
  background-color: #fff;
  font-family: Georgia, Garamond, "Times New Roman", serif;
  font-size: 18pt;
  letter-spacing: 0em;
  color: #333;
}

#logo {
  margin: 10px 0 0;
}

#things { 
  width: 1000px; 
  margin: 20px 0 0;
  padding: 0;
}

#things ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  text-align: left;
}

#things a {
  display: block;
  padding: 3px;
  width: 900px;
  background-color: #fff;
  border-bottom: 1px dotted #999;
}

#things a:link, #navlist a:visited {
  color: #666;
  text-decoration: none;
}

#things a:hover {
  background-color: #ccc;
  color: #000;
}