<head> <style type="text/css"> body { color:blue; } </style> <!--[if IE 7]> <style type="text/css"> body { background-color:red; } </style> <![endif]--> </head>
table { font-size:10pt; font-family: Arial; } h1 { font-size:14pt; padding-left:5px; margin:0px; color:#094BBB; }
a { text-decoration:none; } a:hover { text-decoration:underline; }
<div style="float: left"> <img src="fsdaf.gif" />Your contents goes here. </div>
<span style="display:block;" />
<p style="page-break-after: always">Place your text</p>
<div class="class1 class2"> </div>
#div1 { font-weight:bold; } <div id="div1">Styled Container</div>
.class1 { position:relative; left:50px; } <div class="class1">Styled Container</div>