body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    font-size: 12pt;
}
td.headline {
    font-family: Helvetica;
    font-size: 20pt;
}

p,td  {font-family: verdana, arial, helvetica, geneva, sans-serif; font-size:10pt;}

.a  {font-family: verdana, arial, helvetica, geneva, sans-serif; font-size:11px;}

A.whitelink {
        COLOR: #FFFFFF;
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: x-small;
        FONT-STYLE: normal;
        FONT-WEIGHT: bold;
        TEXT-DECORATION: none;
}

dl,ul,ol {
    margin-top: 1pt;
}
tt,pre {
    font-family: Lucida Console,Courier New,Courier,monotype;
    font-size: 10pt;
}
pre.code {
    margin-top: 8pt;
    margin-bottom: 8pt;
    background-color: #E0E0E0;
    white-space:pre;
    border-style:none;
    border-width:thin;
    width:100%;
}
div.diffold {
    background-color: #FFFF80;
    border-style:none;
    border-width:thin;
    width:100%;
}
div.diffnew {
    background-color: #80FF80;
    border-style:none;
    border-width:thin;
    width:100%;
}
strong.highlight {
    background-color: #FFBBBB;
/* as usual, NetScape fucks up with innocent CSS
    border-color: #FFAAAA;
    border-style: solid;
    border-width: 1pt;
*/
}
