XPath makes scraping ridiculously easy, and allows for some changes in the HTML document to not affect you. For example, to pull out the names, you'd use a query that looks like:
//div[id='content']/d1/dt
A simple Google search will give you plenty of tutorials