@dmitriid said:This code is ok - for somebody who is scared of IE of course, since IE doesn't apply BODY{} settings to all elements, just to those it deems worthy (it doesn't apply them to tables, for instance)Only TDs don't correctly inherit all font properties, but they do inherit many, and usually you only need to re-define color and size for them. This is fixed in IE7. in IE7, all styes properly inherit. FFX lets TD inherit most font styles, but some, such as text-decoration, are strangely absent.All other elements inherit properly, except those with font-styles of their own, such as INPUT and PRE. Naturally BODY doesn't override those styles.