/* text & colors */

body {
    font: 13px Helvetica, Arial, sans-serif; 
    color:#333;
    line-height: 1.4615384615384615em;
}
h1 {
    margin: 0;
    font-size: 1.6153846153846154em;
    line-height: 0.9047619047619048em;
    margin-bottom: 0.9047619047619048em;
}
h2 {
    margin: 0;
    font-size: 1.4615384615384615em;
    line-height: 1em;
    margin-bottom: 1em;
}
h3 {
    margin: 0;
    font-size: 1.3076923076923077em;
    line-height: 1.1176470588235294em;
    margin-bottom: 1.1176470588235294em;
}
h4 {
    margin: 0;
    font-size: 1.1538461538461537em;
    line-height: 1.2666666666666666em;
    margin-bottom: 1.2666666666666666em;
}
#content p, #content ul, blockquote, pre, td, th, label {
    margin: 0;
    font-size: 1em;
    line-height: 1.4615384615384615em;
    margin-bottom: 1.4615384615384615em;
}
p.small, #colophon div ul li a {
    margin: 0;
    font-size: 0.8461538461538461em;
    line-height: 1.7272727272727273em;
    margin-bottom: 1.7272727272727273em;
}
table {
    border-collapse: collapse;
    margin-bottom: 1.4615384615384615em;
}




pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

