/* default site style */

/* generally, a sans-serif font for legibility (until we have 200PPI displays */
body {
    background: #fff;
    color: #222;
    font-family: Verdana, Helvetica, sans-serif;
    line-height: 1.5;
}

/* since headings are bigger I'll use a serif font */
h1, h2, h3 {
    font-family: Georgia, "Times New Roman", serif;
}


