I have a page that loads an external HTML page into an iFrame. There are two problems I am facing with this:
#mydiv { all: initial; /* blocking inheritance for all properties */ }
from How To Isolate a div from public CSS styles?
This solution saved my day.