<style type="text/css">

   body { color: black; background-color: #B8D8E0; }

   a:link { color: blue; }
   a:visited { color: #C80000; }
   a:active { color: fuchsia; }

   a.footer:link { color: #B8D8E0; background-color: #B8D8E0; }
   a.footer:visited { color: #B8D8E0; background-color: #B8D8E0; }
   a.footer:active { color: #B8D8E0; background-color: #B8D8E0; }


   .centered { text-align: center; }
   .colorcentered { width: 80%; text-align: center; 
                    border-color: #0000ff; border: solid; border-width: 1;}
   .fremhaev { font-weight: bold; }
   .padleft { padding: 0px 0px 0px 12px; }

   td { font-family: Helvetica, Arial; }
   td.green { background-color: #becdb2; text-align: center; 
              font-weight: bold; }
   td.greenl { background-color: #becdb2; text-align: left; 
               font-weight: bold; }
   td.green-n { background-color: #becdb2; text-align: center;
                font-weight: normal; }
   td.green_n { background-color: #becdb2; text-align: center;
                font-weight: normal; }
   td.green-p { background-color: #becdb2; }
   td.green_p { background-color: #becdb2; }
   td.greener { background-color: #deedd2; text-align: left; }
   td.greendiff { background-color: #deedd2; text-align: left; }
   td.greener-p { background-color: #deedd2; }
   td.greener_p { background-color: #deedd2; }
   td.light { background-color: #defad2; text-align: left; }
   td.light-c { background-color: #defad2; text-align: center; }
   td.active { background-color: #336633; text-align: center; 
               font-weight: bold; }
   td.active2 { background-color: #d0ddc3; text-align: left; }
   table.header { padding: 5; border-style: solid; width: 100%; }
   td.header { background-color: #336633; color: white; text-align: left; 
               font-weight: bold; }
   td.heading { background-color: #336633; color: white; 
                text-align: center; font-weight: bold; }
   th { font-family: Helvetica, Arial; }

   table.light { background-color: #defad2; text-align: left; }

   caption { font-family: Helvetica, Arial; }
   i { font-family: Times; }
   i.special { font-family: Helvetica; }
   i.times { font-family: Times; }
   em { font-family: Times; }
   em.special { font-family: Times; }
   p { font-family: Helvetica, Arial; }
   p.special { font-family: Times; }

   ul { font-family: Helvetica, Arial; }
   ul.special { list-style-type: none; }
   ol { font-family: Helvetica, Arial; }
   li { font-family: Helvetica, Arial; }

   h4 { font-family: Helvetica, Arial; }
   h3 { font-family: Helvetica, Arial; }
   h2 { font-family: Helvetica, Arial; }
   h1 { font-family: Helvetica, Arial; }

   div { font-family: Helvetica, Arial; }
   br { font-family: Helvetica, Arial; }
   tt { font-family: courier; }

   body { color: black; }
   body.special { color: black; background-color: ffffff; 
                  background-image: url(""); }

   a:link { color: blue; }
   a:visited { color: purple }
   a:active { color: red; }

   table.special { padding-left: 20; padding-top: 0; }
   address { font-family: Times; }
   blockquote { font-family: Helvetica, Arial; }

  <?php
    $styles = <<< Page_Styles
span.code { font-family: monospace }
        p.code    { margin-left: 0.5in;
                    margin-right: 0.5in;
                    white-space: pre;
                    font-family: monospace; }
  Page_Styles;
    set_inline_styles($styles);
  ?>

</style>
