/* Main style document for fhf.org
 */

body {
    font-size: 62.5%;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background: #ffffff;
    color: #333;
    margin: 0;
    padding: 1em;
    height: 100%;
}

h1, h2, h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
}

h1 {
    font-size: 2em;
    z-index: 10;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.3em;
}

P {
    padding: 1em 0em 0em 0em;
}


