<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi There,<br><br>This thing tricked me as well. The reason for this is that article is treated as inline while in normal cases article should be a block level element.<div>All you need to do is to declare article as block in your CSS.</div><div><br></div><div>For IE Remy Sharp made a nice little Javascript file that makes styling possible in IE as well:<br><div><a href="http://remysharp.com/2009/01/07/html5-enabling-script/">http://remysharp.com/2009/01/07/html5-enabling-script/</a></div><div><br></div><div>There you go. I hope this helps.<br><br>Greg</div></div> </body>
</html>