Currently, I am attempting to showcase a docx file on my webpage by converting it to HTML and then displaying it. However, this method generates CSS with rules that end up impacting the entire document. For instance, it changes all links to blue which conflicts with the overall design of the site. Is there a way to instruct a style tag to only apply to a specific div? Thank you for any assistance.