body {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 22px;
    background: #fefeff;
    color: #002;
    margin: 0;
    padding: 0;
}

#head {
    padding: 1em;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
}

#head a {
    text-decoration: none;
    color: #002;
}

#tagline {
    float: right;
    font-style: italic;
}

#content {
    margin: 0 auto;
    width: 60em;
}

h1 {
    font-size: 28px;
    line-height: 30px;
}

h2 {
    font-size: 21px;
    line-height: 22px;
}

h2 {
    font-size: 18px;
    line-height: 16px;
}

.title,
.date {
    margin-bottom: 0;
}

.date {
    font-size: 12px;
    color: #ccc;
}

blockquote,
em {
    font-style:italic;
}

blockquote {
    font-family: Georgia,"Georgia ref","Times New Roman",Times,serif;
}

code,
pre {
    font-family: "Bitstream Vera Sans Mono","Andale Mono",Monaco,monospace;
}

sup,
sub {
    line-height: 0;
}

a img {
    border: none;
}

a:link,
a:visited,
a:hover,
a:active {
    color:#B66301;
}

p,
ol,
ul { 
    margin: 0 0 22px;
}

ol,
ul {
    padding: 0 28px;
}