body {
  background-color: #e6e7e6;
  font-family: georgia;
  font-size: 80%;
  margin: 0;
}
a {
  color: #ff6600;
  text-decoration: none;
}
#menu {
  padding: 10px 17px;
}
#menu a {
  color: white;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#menu a:hover {
  text-decoration: underline;
}
a img {
  border: 0;
}
h1 {
  margin-top: 0px;
  font-size: 130%;
}
#container {
  margin: 25px auto;
  width: 800px;
}
.green {
  color: #258b2a;
}
.bgreen {
  color: #258b2a;
  font-weight: bold;
}
td.bullet {
  vertical-align: top;
}
td {
  text-align: left;
}



