BODY {
  background-color:ffffff; 
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
  font-family:Verdana;
  font-size:9pt;
  color:#000000;
  background-color:#fffff;
}

A{
  text-decoration: underline;
  color:#111111;
  border: 0px;
}

A:HOVER{
  text-decoration: underline;
  color:#440000;
  border: 0px;
}

TD {
  font-family:Verdana;
  font-size:9pt;
  color:#000000;
  background-color:transparent;
}

UL {
  list-style-image: url("./images/dot.gif");
}

.textinput {
  border-style: solid; 
  border-color: #000000; 
  border-width: 1px; 
  background-color: white;
}
