/* red = #d00000, blue = #0000ff */

    .copyright {color: #d00000;
                font-size: 8pt;
                font-style: italic;
                text-align: center;}
         .menu {background-color: #0000ff;
                color: #ffffff;
                font-size: 8pt;
                line-height: 24px;
                text-align: center;}
        a:link {text-decoration: none;}
       a:hover {text-decoration: underline;}
     a:visited {text-decoration: none}
   a.menu:link {font-size: 8pt;
                color: #ffffff;
                text-decoration: none;}
  a.menu:hover {font-size: 8pt;
                color: #ffffff;
                text-decoration: underline;}
a.menu:visited {text-decoration: none;}               
          body {font-family: "Trebuchet MS";
                font-size: 12pt;}
    h3, h4, h5 {color: #d00000;
                text-align: left;}
            hr {color: #d00000;
                width: 50%;}
     td.border {border: double #0000ff;}

