body {
  background: white;
  margin: 0px;
  font-family: sans-serif;
  color: black;
}
.blogtitle {
  font-family: sans-serif;
  color: white;
  font-size:36px;
  margin:2px;
}
a.title, .header {
  font: bold normal large sans-serif;
  text-decoration: none;
  color: #009933;
}
.date {
  font: normal small sans-serif;
  color: #009933;
}
.posts {
  font-family: sans-serif;
  color: black;
  font-size: normal;
}
.byline	{
  font-family: sans-serif;
  color: #999999;
  font-size: small;
}
.sidebar {
  font-family: sans-serif;
  color: black;
  font-size: small;
}



