ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc a {
    background: #bdf url(tab.png);
    color: #008;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
    font-face: verdana;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

div.content {
    border: #48f solid 3px;
    clear: left;
    padding: 1em;
}

html, body, p, th, td, li, dd, dt {
    font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

h2 {
    font-weight: normal;
}

span#mainpins {
     font: 26pt Arial;
     color: #FF5555;
}

span#subpins {
    font: 10pt Verdana;
    color: #777777;
    font-weight: bold;
}

a:link { text-decoration: none; color: #0000FF }
a:visited { text-decoration: none; color: #0000FF }
a:hover { text-decoration: underline; color: #0000FF }


