ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
    
}

ol#toc li {
    background: #bdf;
    float: left;
    margin: 0 1px 0 0;
    padding-left: 10px;
}

ol#toc a {
    background: 100% 0;
    color: #008;
    display: block;
    float: left;
    height: 2em;
    line-height: 2em;
    padding-right: 10px;
    text-decoration: none;
}

ol#toc li.current {
    background-color: #000099;
    background-position: 0 -60px;
}

ol#toc li.current a {
    background-position: 100% -60px;
    color: #fff;
    font-weight: bold;
}

div.content {
    border: #48f solid 1px;
    clear: left;
    padding: 1em;
    overflow: auto;
    width: 600px;
}


#content {
font: bold 13px/16px arial, helvetica, sans-serif;
}

h1 {
font: bold 40px/16px Monotype Corsiva, helvetica, sans-serif;
}



