A:link    {text-decoration: none; color: black;}
A:active  {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:hover   {text-decoration: none; color: red;}
A         {font-variant: normal;        Font-Family: Verdana, Tahoma; Font-Size: 8pt}
div {
   Font-Family: Verdana, Tahoma;
   text-indent: 10;
}
        .head { position: absolute;left: 70;top:15;
                width: 500;height: 50;
                border-bottom: solid;
                border-width: 4pt;
                border-color:#C0C0C0;
                Font-Size: 10pt;
                word-spacing: 10;
                letter-spacing: 5;
              }
        .body { position: absolute;left: 105; top: 65; width: 500; height: 360;
               border-top: solid;border-left: solid;
               //border-bottom: solid;
               border-width: 1pt;
               border-color:#C0C0C0;
               color: green;
               Font-Size: 10pt;
               margin-left: 1;
               background-image:URL(./images/xxx.jpg);
               background-position: 10 10;
               background-repeat: no-repeat;
               }
        .body_nav {height: 20;
               margin-top: 5;
               border-bottom: solid;
               border-width: 1pt;
               border-color:#C0C0C0;
               font-weight: bold;
               color: black;
               }
        .txt   { margin-left: 5; margin-top: 5;
               }
        .chart { margin-left: 5; margin-top: 5;
               color: black;
               }
        .chart-box { margin-left: 5; margin-top: 5;
               Font-Size: 17pt;
               }
        .nav { position: absolute;left: 1; top: 65; width: 100; height: 300;
               border-top: solid; border-right: solid;
               //border-bottom: solid;
               border-width: 1pt;
               border-color:#C0C0C0;
               Font-Size: 10pt;
               }
        .nav1 { width: 90; height: 20;
               margin-top: 5;
               border-left: solid ;border-bottom: solid;
               border-width: 1pt;
               border-color:#C0C0C0;
               }
        .foot { position: absolute;left:10;top: 445;
                width: 300;
                border-top: solid;
                border-width: 4pt;
                border-color:#C0C0C0;
                Font-Size: 8pt;
                clear:both;
              }