body {
  font-family: Trebuchet MS, Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: black;
  background: white;
  margin: 0px auto 0px auto;
  width: 900px;
  padding: 16px;
  background: white url( 'images/header.png' ) repeat-x top left;
}
#header {
  color: white;
}
#header a {
  color: white;
}
#content {
  margin-top: 128px;
}
h1 {
  font-size: 24px;
  color: white;
}
h2 {
  font-size: 18px;
  color: #6e7d8e;
}
a {
  text-decoration: underline;
  font-weight: bold;
  color: #6e7d8e;
}
a:hover {
  text-decoration: underline;
}
#twitter_div {
  color: gray;
  font-size: 10px;
  text-align: left;
}
#twitter_update_list {
  padding-top: 50px;
}
#twitter_update_list,  #twitter_update_list li {
  list-style-type: none;
}
#footer {
  margin-top: 32px;
  color: gray;
  text-align: center;
  font-size: 20px;
}
#footer a {
  color: gray;
}