body {
    background-color: #FFFFFF;
    color: #000000;
    /*font-family: Times New;*/
/*    font-family: "times new", Serif;  */
/*    font-family: "arial", Helvetica; */
    font-size: 12pt;
}
td.headline {
    font-family: arial, sans-serif;
    font-size: 20pt;
}
h1,h2,h3,h4,h5 {
    font-family: Helvetica;
    background-color: #44ff44;
    padding-left:3pt;
    margin-top:8pt;
    margin-bottom:8pt;
    border-style:none;
    border-width:thin;
}
h1 {
    font-size: 18pt;
}
h2 {
    font-size: 14pt;
    padding-left:6pt;
}
h3 {
    font-size: 12pt;
    padding-left:9pt;
}
h4 {
    font-size: 10pt;
    padding-left:12pt;
}
h5 {
    font-size: 8pt;
    padding-left:15pt;
}
dl,ul,ol {
    margin-top: 1pt;
}
tt,pre {
    font-family: Lucida Console,Courier New,Courier,monotype;
    font-size: 10pt;
}
pre.code {
    font-family: Lucida Console,Courier New,Courier,monotype;
    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;
}
div.date {
    font-size: 8pt;
}
div.yellow_comment { 
    background-color: #ffff55;
}
div.red_comment { 
    background-color: #ff8888;
}
div.green_comment { 
    background-color: #88ff88;
}
div.blue_comment { 
    background-color: #AAAAff;
}
div.orange_comment { 
    background-color: #ffc540;
}
div.mauve_comment { 
    background-color: #e09fe0;
}
