Copy this code and paste it between the <head> and </head> tags on your html file.
<style>
<!--
body {
margin-left: 100;
}
UL, OL, DIR, MENU, DIV, DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, P, LI, CENTER
{
color: 000000;
font-size: 10pt;
font-weight: normal;
font-family: "verdana","Comic Sans MS", "Arial";
}
h1
{
color: 000000;
font-size: 30pt;
font-weight: normal;
font-family: "verdana", "comic sans ms", "arial";
}
h2
{
color: 000000;
font-size: 24pt;
font-weight: normal;
font-family: "verdana", "comic sans ms", "arial";
}
h3
{
color: 000000;
font-size: 18pt;
font-weight: normal;
font-family: "verdana", "comic sans ms", "arial";
}
-->
</style>
You can adjust the font, font-size, color, margin, etc. to fit your own requirements.