body  {
      font-family: arial, helvetica, sans-serif;
      font-size: 10pt;
      background-color: white;
      }

td   {
      font-family: arial, helvetica, sans-serif;
      font-size: 10pt;
      background-color: white;
      }

p.success
      {
      font-weight: bold;
      color: green;
      }

p.error
      {
      font-weight: bold;
      color: red;
      }

input.mysubmit 
      {
      background-color: white;
      font-weight: bold;
      color: black;
      }


