style.css
----------------------------------------
body
{
    font-family: Arial;
    font-size: 9pt;
}
td
{
    font-family: Arial;
    font-size: 9pt;
}
index.htm(.asp.aspx)
----------------------------------------
在<head>....</head>之间加入
<link href="style.css" type="text/css" rel="stylesheet">(假使你的style.css文件与index.htm在同一个文件加内)