#content, 
#content .even {
  width: 100%;
}
#content, 
#content a,
#content .even,
#content .even td,
#content .even a, 
#content .even a.readstory {
  background: #f60000;
  color: #fff;
}


#content .odd {
  width: 100%;
}

#content .odd,
#content .odd td,
#content .odd a, 
#content .odd a.readstory {
  background: #fff;
  color: #000;
}
