body
{
  margin: 20;
  background-color: #000A14;
}
td
{
  color: #66BBFF;
  font-family: arial;
  font-size: 11pt;
  line-height: 1.4;
}
a
{
  color: #BBDDFF;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}
input,textarea
{
  /*background-color: #001122;
  border: 1px solid #336699;
  color: #66BBFF;*/
  font-family: arial;
  font-size: 11pt;
  line-height: 1.4;
}
textarea
{
  overflow: auto;
}