That's extremely simple! Just create file
epub/userStyle.css in reader's external memory and put these lines into it:
Code:
html, body, p { font-style: italic !important; }
If the hack works, all EPUBs should display with majority of their text in italics. Or you can use:
Code:
html, body, p { text-decoration: underline !important; }
and test for underline.