Strange thing, it worked at home but when I made the same change at work it did not work. I did what you said and added my style sheet to my new template3.aspx
<head runat="server" id="Head1">
<title>Posted Values</title>
<style type="text/css">
body { font:normal 12px arial;}
table { font:normal 12px arial; }
</style>
<link rel="stylesheet" href="http://cutesoft.net/AgentStyleSheet.css" type="text/css" />
</head>