I have an external CSS file (I cannot change it at all) which I need to use in my HTML file, but I want the CSS to only affect a section of my HTML. (For example everything in <div id="externally_styled"></div>
)
How is this possible, again, without changing the CSS file (and the CSS file contains also general styles that affect body tags etc)