BODY            {background-color: White }

A:link          {color: #000000;
                 text-decoration: underline}
A:visited       {color: #000000;
                 text-decoration: underline}
A:active        {color: #000000;
                 text-decoration: underline}
A:hover         {background-color: Orange;
                 text-decoration: underline}
TABLE.inner        { background-color: Orange }
TABLE.outer     { background-color: Black }
TD.inner        { background-color: LightBlue }
TD        { font-family: 'Verdana', 'Arial','Helvetica';
            color: #000000;
            font-size: 12pt;
            }

TD.nowrap  {
              white-space: nowrap;
            }

