The HTML archive page cuts off the top text. (see
http://static.tedchoward.com/radio2/ted/linkblog.html)
I dug into the CSS and saw that the body is getting a top margin of -5px. But why? Well, if I take that away, the menubar on Dave's page now site 5px below the top of the window. Is there a way to have both our pages look right? I think so!
.divOpmlMenubar .topbar-wrapper is setting a top margin of 5px. What if I make that 0? Eureka!