body    {
  background-color: #a74f25;

  font-family: "Lucida Grande", Verdana, Geneva,Tahoma,Arial,sans-serif;
  font-size: 12px;
  color: #fff;
  margin: 0 40 0 0;
}

td  {
  font-family: "Lucida Grande", Verdana, Geneva,Tahoma,Arial,sans-serif;
  font-size: 12px;
  color: #fff;;
}

a:link,a:visited {
    color: #fff;

}
a:hover {
    color: #000000;
}

input.submit    {
    background-color: #d68e2c;
    border: 0px solid #d28629;
}

html a:active {
  outline:none;
}
:focus {
  -moz-outline-style: none;
        }
.title
    {
        font-weight: bold;
        font-size:18pt;
    }



