HAHAHAHAH, DELETED!
sorry, um… yeah, more than likely you have a declaration somewhere else in the CSS file that overrides the one you are trying to put in there. ie… if you have the <div> tag set as the xx small text property and then you have the <td> tag set as normal text then consequently, all of you information in the table will be ‘normal’ because the normal hierarchiel structure is reversed and the innermost elements take priority, hence the clever name of cascading style sheets.