Try changing the
Code:
html, body { font-family: serif; widows: 0; orphans: 0; }
to
Code:
html { font-family: serif; widows: 0; orphans: 0; }
If it doesn't help, you can even try removing it completely. Other than that, I don't know - it's up to ADE how it chooses to implement CSS priorities :-(