Suppose I have a Table and I define a class or id in my stylesheet to give it a grey background. If I apply this ID or Class, will the tr and td elements automatically inherit these properties? Or do I need to specifically declare them for each tag? Similarly for tr, will td inherit CSS properties from tr?