Paul:
IF the font-size is not defined in A elements, then it should work for any text present. At least this is something I remember from CSS structure :)
Yes: if no font-size is specified for .capMenu a: elements, then the links
should inherit the font size of its parent (td.capMenu). However, when that fails for some reason--such as in Steve's case--the quick way around the problem may just be ...
either:
1) specify font size for .capMenu a: elements
or
2) if font size for td.capMenu is already specified, explicitly specify "font-size: inherit" for .capMenu a: elements.