p.aspx font size:
<html>
<head>
<title>Abakada HTML Demo: &lt;p&gt; Element</title>
<link href="/shared/netdemos.css" rel="stylesheet" type="text/css">
</head>

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

<div class="header"><h2>Abakada HTML Demo: <span class="hilite">&lt;p&gt;</span> Element</h2></div>
<hr size=1 width=92%>

<center>

<p>This is a <b>P</b> element.</p>

<p>Any text placed between <b>&lt;p&gt; ... &lt;/p&gt;</b> markup tags will display as a paragraph.</p>

<p>Welcome to HTML.</p>

</center>

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

</body>
</html>