sample.aspx font size:
<html>
<head>
<title>Sample HTML Document</title>
<link rel="stylesheet" href="/shared/netdemos.css">
</head>

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

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

<center>

<p>Hello, world.</p>

</center>

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

</body>
</html>