I have an html document.
In the document I link an external CSS Stylesheet
<link rel="stylesheet" type="text/css" href="css/whatever.css" />
But this external CSS Stylesheet modifies all my HTML document.
I need the External CSS Stylesheet to modify only a specific section of the HTML document.