/* FILE: woelper.css */

@media print
{
 body { background-color:#FFFFFF; }
 h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
 { color:#000000; }
 a:link,a:visited { color:#000000; }

}
@media screen
{
 body { background-color:#000000; }
 h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
 { color:#FFFF00; }
 a:link { color:#FFFF00; }
 a:visited { color:#FFFFFF; }
 a:active { color:#00FF00 }

}
@media all
{
 h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
 { font-family:Helvetica,Arial,sans-serif; }
 h1 { font-size:60px; }
 h2 { font-size:40px; }
 h6 { font-size:small; font-weight:bold; text-align:center; margin-bottom:0px }
 p#note { font-size:x-small; margin-top:0 }
 p#footnote { font-size:xx-small; margin-top:0 }
 p#changenote { font-size:x-small; margin-top:0 ; text-align:right;  }
}