body { background: white; color: black; text-align: center; }
#wrapper { width: 780px; text-align: left; margin: 0 auto; }
#inner { margin: 0 10px; }
#whatsnew { width: 530px; float: left; }
#sidebar { width: 220px; float: right;  }
.clear {clear: both; }
.clear hr { display: none; }

h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; background: #dfdfdf; color: black; }

tr.odd td {
  background-color: #dfdfdf;
}
tr.even td {
  background-color: white;
}


