body
{
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
}

/*
li li, li p, li dd, li dt,
td p,
blockquote p, blockquote li,
dd li, dd p, dd dd, dd dt
{
	font-size: 1em;
}
*/

small
{
    font-size: 0.9em;
}

pre
{
	font-family: monaco, "lucida sans typewriter";
}

code
{
	font-family: monaco, "lucida sans typewriter";
}

h1, h2, h3, h4
{
	font-weight: normal;
	font-family:"Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
}

h1
{
    font-size: 2.5em;
    line-height: 1.6em;
}

h2
{
    font-size: 2em;
    line-height: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

h3
{
    font-size: 1.5em;
    line-height: 1.333em;
    margin-top: 1.333em;
    margin-bottom: 1.333em;
}

h4
{
    font-size: 1.3em;
    line-height: 1.53em;
    margin-top: 1.53em;
    margin-bottom: 1.53em;
}

p code, h1 code, h2 code, h3 code, h4 code, li code, dd code, dt code
{
    /*  A little extra for monospace font size
     */
	font-size: 1.05em;
}

pre code
{
    font-size: 1.4em;
}
