lineHeight0.aspx font size:
<html>
<head>
<title>Abakada CSS Demo: lineHeight Property</title>
<link rel="stylesheet" href="/shared/netdemos.css">
</style>
</head>

<body>
<!-- #include virtual="~/shared/top.inc" -->

<div class="header"><h2>Abakada CSS Demo: lineHeight Property</h2></div>
<hr size=1 width=92%>

<center>

<h5>This example uses inline event handlers to dynamically set the spacing between the lines of an object's text.</h5>

<p id="msg" onmouseover="this.style.lineHeight='10mm'"
   onmouseout="this.style.lineHeight=''">
      Move the mouse over to increase the spacing between these lines. 
      Move the mouse out to restore. 
</p>

</center>

<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->

</body>
</html>