BODY {
  background: #efefef;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  color: #333333;
  text-decoration: underline;
  font-weight: bold;
}

TD {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}
A.fiolet {
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #848CD7;
}