#toc {
    float: right;
    background-color: #fdc;
    width: 200px;
    border: 2px #820 solid;
    padding: 5px;
    margin: 0;
}
#toc h1 {
    font-size: 12pt;
    margin: 0;
    padding: 5px;
}
#toc a {
    font-size: 10pt;
    text-decoration: none;
    color: #800;
}
#toc a:hover {
    text-decoration: underline;
}
#toc table {
    width: 100%;
    font-size: 8pt;
    letter-spacing: 0.1em;
    border-spacing: 0;
}
#toc tr {
    text-align: left;
    vertical-align: middle;
}
#toc tr.r0 {
    background-color: #fca;
}
#toc tr.r1 {
}
#toc tr.highlight {
    background-color: #fff;
}
#toc td {
    padding: 5px 5px;
}

#article {
    float: left;
    width: 590px;
}
#article h1.title {
    font-size: 16pt;
    text-align: left;
    color: #800;
    background-color: #fff;
}
#article div.date {
    font-size: 12pt;
    color: #088;
    letter-spacing: 0;
}
#article em {
    font-weight: bold;
    font-style: normal;
    color: #f44;
}

