Oh ok, in your template_css.css file look for the below three chunks of CSS:
Try removing this and see if it helps, if not look for the below, these are the places where the font is set:
td, div {
font-size:1em;
}
body {
background: #ffffff url(../images/back.png) no-repeat scroll 50% 0pt;
text-align: center;
margin: 0px;
padding: 0px;
color:#cccccc;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}
table.blog .contentheading, h2 {
background:url(../images/titlebar.gif) no-repeat;
font-size:1.4em;
font-weight:bold;
line-height:normal;
padding-left: 25px;
}