<html> <body> <p style="font-size:14pt">text.</p> <hr> <div style="padding:10px;" onmouseover="this.style.fontSize='16pt'" onmouseout="this.style.fontSize='12pt'"> Move the mouse pointer to change the font-size value.</div> </body> </html>