     body
     {
          margin: 0px;
          padding: 0px;
          background: url(../images/bg.gif);
     }

     table
     {
          padding: 20px;
     }

     td
     {
          margin: 0px;
          font-family: Arial, Helvetica;
          font-size: 11px;
          color: #030303;
          line-height: 15px;
     }

     td strong
     {
          color: #999999;
          font-weight: normal;
     }

     td a:link, td a:visited
     {
          text-decoration: underline;
          color: #999999;
     }

     td a:hover
     {
          text-decoration: none;
          color: #030303;
     }