body {
  background:url(background.png) white top left repeat-x fixed;
  font-family:verdana,sans-serif;
  font-size:1em;
  margin:20px;
}

#container {
  width:750px;
  margin:40px auto;
}

h3 {
  margin:0;
}

h2 a, h3 a {
  color:black;
  text-decoration:none;
}

h2 a:hover, h3 a:hover {
  text-decoration:underline;
}

.feed {
  padding-right:20px;
  background:url(/styles/icons/feed.png) no-repeat right;
}

.posted {
  padding-left:20px;
  background:url(/styles/icons/calendar.png) no-repeat left;
  color:#777;
  font-size:80%;
  margin:0;
}

.older {
  float:right;
}

.newer {
  float:left;
}

.comments {
  padding-left:20px;
  background:url(/styles/icons/comments.png) no-repeat left;
}

