/**
 * STYLE SHEET :: HOMEPAGE
 *
 * Specifies styles specific to homepage
 */


h1 {
    margin-bottom: 1.0em;
    }

#content {
    margin-bottom: .6em;
    }

    #content p {
        color: #555;
        }


