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

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

<center>

<h1>Hello, world.</h1>

<p><a href="https://html.spec.whatwg.org" target="_ext">Welcome to HTML.</a></p>

</center>

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

</body>
</html>