body {
  font-family: "Lucida Grande", sans-serif;
  background: repeating-linear-gradient(
    to bottom,
    #e5e5e5,
    #e5e5e5 2px,
    #f0f0f0 2px,
    #f0f0f0 4px
  );
  color: #333;
  margin: 0;
  padding: 0;
}

header {
  background: linear-gradient(to bottom, #d4d4d4, #b0b0b0);
  border-bottom: 1px solid #999;
  padding: 20px;
  text-align: center;
  box-shadow: inset 0 -1px 0 #fff;
}

h1 {
  margin: 0;
  font-size: 24px;
}

.post-preview {
  margin: 20px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.post-preview h2 {
  margin: 0 0 10px;
  font-size: 18px;
}

.post-preview a {
  color: #0066cc;
  text-decoration: none;
}

.home-button {
  background: linear-gradient(to bottom, #e0e0e0, #c0c0c0);
  border: 1px solid #888;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 10px;
}
