body {
    font-family: helvetica, arial;
    font-size: 12px;
}

table.toc {
    font-size: 11px;
}

table.toc tr {
    vertical-align: top;
}

table.toc td {
    padding-top: 2px;
}

table.toc td.sections {
    padding-top: 0;
}

table.toc td.chapnum {
    white-space: nowrap;
    text-align: right;
    padding-right: 4px;
}

table.toc td.title, table.toc td.title a {
    color: #000;
    text-decoration: none;
}

table.toc td.chapnum, table.toc td.chapnum a,
table.toc div.seclinks, table.toc div.seclinks a,
table.toc td.sections, table.toc td.sections a {
    color: #aaa;
    text-decoration: none;
}

table.toc td.chapnum a:hover, table.toc .seclinks a:hover,
table.toc td.title a:hover, table.toc td.sections a:hover {
    background: #aaa;
    color: #fff;
}

div.chapter {
    margin: 2em 0;
    color: #888;
}

div.chapter h2 {
    margin: 0 0 1em 0;
    color: #080;
    font-size: 16px;
    font-weight: normal;
}

div.chapter h3 {
    color: #080;
    margin: 1em 0;
    font-size: 14px;
    font-weight: normal;
}

div.chapter .text {
    color: #000;
    padding-left: 24px;
}
