TABLE_ATTRS
A dictionary containing attributes to be applied to all our generated tables.
TABLE_ATTRS = { 'rules': 'all', 'border': 4, 'cellpadding': 4, 'cellspacing': 4 }