body {
    font-family: lucida grande, verdana, sans-serif;
    margin: 0 20px;
    background: #eee;
    font-size: 76%;
    line-height: 1.44;
}
div.content {
    margin: 20px 0; 
    max-width: 40em;
}
h1 {
    margin: 0 -20px;
    padding: 20px;
    border-bottom: 1px solid #f80;
    color: #fff;
    background: #04a;
    font-size: 1.6em;
}
div.note {
    float: right;
    margin: 20px 0 0 10px;
    padding: 10px;
    border: 1px solid #f80;
    font-size: 0.8em;
    width: 15em;
}
div.footer {
    font-size: 10px;
    margin: 0 -20px;
    padding: 20px;
    border-top: 1px solid #f80;
    color: #fff;
    background: #04a;
}
p.sig {
    text-align: right;
}
h1 address {
    font-size: 0.5em;
    font-style: normal;
    font-weight: normal;
}
h1 address a { color: white; text-decoration: none; }
h1 address a:hover { text-decoration: underline; }
h2 {
    font-size: 1.2em;
    text-transform: uppercase;
    margin-top: 2em;
    padding-top: 0.5em;
    border-top: 3px solid #f80;
}
h3 {
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    margin-top: 2em;
}
p { margin-bottom: 0; }
p:first-child {
    margin: 0;
}
li {
    margin-top: 1em;
}
div.plots {
    width: 640px;
}
table.plots {
}
table.plots td {
    padding: 4px;
}
div.plot {
    width: 200px;
    border: 1px solid #888;
    text-align: center;
    font-size: 8pt;
    color: #fff;
    background: #666;
}
