When you are submitting your reviews the text that Dreamweaver generates includes a <head> </head> section. This section is were Dreamweaver drops the style info. Steph strips this out when approving the review. (She's been doing this all along.) A page cannot have two <head> sections so it needs to be removed.
The best way to add style info in the content of a review is to us inline styles like: <body style="style-attribute:value; another-attribute:value">

