/* reset
--------------------------------------------------*/
* { font-size: 100.01%; }

html, body, ul, ol, li, dl, dt, dd, p,
h1, h2, h3, h4, h5, h6, blockquote,
form, fieldset, legend, table, td, th {
    margin: 0;
    padding: 0;
}

html, body { height: 100%; }

/* body
--------------------------------------------------*/
body {
    background-color: #fff; 
    font-family: 'PT Sans', 'Trebuchet MS', Arial, sans-serif;
    line-height: 1.4; 
    color: #000; 
}

/* links
--------------------------------------------------*/
a:link {  }
a:visited {  }
a:hover {  }

/* headings
--------------------------------------------------*/
h1, h2, h3 { font-weight: normal; font-family: 'Trebuchet MS'; }
h1 { font-size: 2.8em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.4em; }

/* other
--------------------------------------------------*/
pre { font-size: 0.9em; font-family: monaco, consolas, monospace; }
small { font-size: 0.9em; }
img { border: 0; }

