Normal conditional comment

<style type="text/css">
   p { color: blue; font-weight: normal; }
</style>

<!--[if IE]>
   <style type="text/css">
      p { color: red; font-weight: bold; }
   </style>
<![endif]-->

<!--[if IE]>
   <p>Hmm, I see you're using Internet Explorer ... 
      <a href="http://nl.www.mozilla.com/nl/"><img
      src="images/ff-download-button.png" 
      width="210" height="69" alt=""></a></p>
<![endif]-->

In Internet Explorer this text is RED and BOLD,
in all other browsers it is GREEN and NORMAL