On some of the pages it seens the <head> tag is missing the < thus making head> visible on the site. If you do not like the fonts I would suggest using CSS to tell the browser what fonts to use. put {font-family: Verdana,
Arial,
Tahoma,
Helvetica,
"Lucida Sans",
"DejaVu LGC Sans",
"Nimbus Sans L",
"URW Gothic L",
sans-serif;
} Leave out the braces, and put the following in your body tag. This puts the most common serif fonts in pretty good order from the top down. It covers Windows, Mac, and Linux. If you would like some help a great site about fonts for websites is:
http://www.codestyle.org/css/font-fa...ntStacks.shtml. I would also suggest using CSS for your formating. This is a personal choice, but like the fonts I think things get a little more flexible. Feel free to pm me about any questions you have. I'll be glad to help in any way I can.