li { margin-bottom: 1em; }

.articles { width: 540px; }
  .articles li {
    list-style-type:  none;
    clear:            both;
  }
    .articles li span.date {
      font-weight:  bold;
      font-variant: small-caps;
      display:      block;
      float:        left;
      width:        150px;
    }
    .articles li a {
      display:        block;
      float:          left;
      width:          340px;
      margin-bottom:  1.125em;
    }

h2 {
  font-size:    21px;
  width:        80%;
  line-height:  1.2;
  margin-top:   34px;
}
  h2+h2 { margin-top: 0; }

h3 {
  font-size:  100%;
  font-style: italic;
}

table {
  border:           1px solid #333;
  border-collapse:  collapse;
}
  table tr,
  table th,
  table td {
    padding:  5px;
    border:   1px solid #333;
  }
  table th { font-size: 80%; }
  table td { font-size: 90%; }