Hi Scammy,
Use Styles sheets...
<style type="text/css">
<!--
.....
input
{
font-family: verdana, arial, heveltica;
font-size: 11px;
color: #000000;
line-height: 13px;
font-weight: normal;
}
....
//-->
</style>
.....
Your form ....
Good luck!