shadow.aspx font size:
<html>
<head>
<title>Abakada HTML Demo: Shadow Filter</title>
<link rel="stylesheet" href="/shared/netdemos.css">

<style type="text/css">
<!--
   .heading { width: 70%; font: bold 18pt; color: #69f;
      filter: shadow ( ) }
-->
</style>
</head>

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

<div class="header"><h2>Abakada HTML Demo: Shadow Filter</h2></div>
<hr size=1 width=92%>

<div class="back">

   <h4>The Shadow filter paints a solid silhouette of an object along one of its edges.</h4>

   <div class="heading">Default shadow</div>
   <br>
   <div style="width: 70%; filter: shadow ( color=darkgreen, direction=45 )">
      <img src="../shared/images/samp09.jpg" width=200 height=200 vspace=10 hspace=10>
   </div>

</div>

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

</body>
</html>