body {
   background: #000;
   font-family: georgia, verdana, arial;
   font-size: 16px;
   color: #eeeeee;
}
img {
   border: 0px;
}

#menuContainer a {
  color: #bb2222;
  text-decoration: none;
  font-family: verdana, arial;
  font-size: 12px;
}

a {
  color: #bb2222;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#bodyContainer {
  width: 790px;
  margin: 10px auto;
}
#title {
  font-size: 20px;
  font-weight: bold;
  color: #999;
}