﻿/**
* fonts.css
* resets web page fonts
*/
body
{
    font:13px arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
    color:#ffffff;
}
body * 
{
    line-height:1.22em;
}
table 
{
    font-size:inherit;
    font:100%;
}
select, input, textarea 
{
    font:99% arial,helvetica,clean,sans-serif;
}
pre, code 
{
    font:115% monospace;
    *font-size:100%;
}

h1 {margin-top:1em;margin-bottom:1em;font-size: 140%;}
h2 {margin-top:1em;margin-bottom:1em;font-size: 120%;}
h3 {margin-top:1em;margin-bottom:1em;font-size: 100%;}
h4 {margin-top:1em;margin-bottom:1em;font-size: 90%;}
h5 {margin-top:1em;margin-bottom:1em;font-size: 80%;}
