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

<style type="text/css">
-->
</style>
</head>

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

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

<center>

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

<p id="msg" onmouseover="this.style.letterSpacing='1mm'"
   onmouseout="this.style.letterSpacing=''">
      Move the mouse over this object to make the spacing between the letters increase. 
      Move the mouse out to restore. 
</p>

</center>

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

</body>
</html>