body {
    background-color: #FFFFFF;
    color: #000000;
    /* font-family: Times,serif; */
    font-family: Helvetica;
    font-size: 12pt;
}
body.editor {
    background-color: #F8F8E8;
}
td.headline {
    font-size: 20pt;
}
h1,h2,h3,h4,h5 {
    background-color: #DFDFFF;
    padding-left:3pt;
    margin-top:2pt;
    margin-bottom:8pt;
    border-style:none;
    border-width:thin;
    width:99%;
}
h1 {
    font-size: 18pt;
}
h2 {
    font-size: 16pt;
    padding-left:6pt;
}
h3 {
    font-size: 12pt;
    padding-left:9pt;
}
h4 {
    font-size: 10pt;
    padding-left:12pt;
}
h5 {
    font-size: 8pt;
    padding-left:15pt;
}

p {
    font-size: 10pt;
}
a {
    text-decoration: none;
}
a:hover {
    color: grey;
    text-decoration: underline;
}
a.nonexistent:hover {
    cursor: help;
}
a.nonexistent:after {
    content: "?";
    text-decoration: underline;
}
dl,ul,ol {
    margin-top: 1pt;
}
tt,pre {
    font-family: Courier,Lucida Console,Courier New,monotype;
    font-size: 10pt;
    background-color: #faebc1;
    padding: 8px;
    border: 1px solid #f8c94a;
}
sup {
    font-size: 8pt;
}
.code {
    margin-top: 8pt;
    margin-bottom: 8pt;
    background-color: #FFFFEE;
    white-space:pre;
    border-style:solid;
    border-width:1pt;
    border-color:#999999;
    color:#111111;
    padding:5px;
    width:99%;
}
div.diffold {
    background-color: #FFFF80;
    border-style:none;
    border-width:thin;
    width:99%;
}
div.diffnew {
    background-color: #80FF80;
    border-style:none;
    border-width:thin;
    width:99%;
}
div.message {
    margin-top: 6pt;
    background-color: #E8FFE8;
    border-style:solid;
    border-width:1pt;
    border-color:#999999;
    color:#440000;
    padding:5px;
    width:99%;
}
strong.highlight {
    background-color: #FFBBBB;
/* as usual, NetScape messes up innocent CSS
    border-color: #FFAAAA;
    border-style: solid;
    border-width: 1pt;
*/
}

table.navibar {
    background-color: #C8C8C8;
    border-spacing: 3px;
}
td.navibar {
    background-color: #E8E8E8;
    vertical-align: middle;
    text-align: right;
    padding: 0px;
}
a.navibar {
    text-decoration: none;
}
font.navibar {
    font-family: Arial,Helvetica;
    font-size: 10pt;
}


