A:link {
  color: #0043CB;
  text-decoration: line-under;
  font-weight: bold;
  font-size: 12px;
}
A:visited {
  color: #0043CB;
  text-decoration: line-under;
  font-weight: bold;
  font-size: 12px;
}
A:active {
  color: #0043CB;
  text-decoration: line-under;
  font-weight: bold;
  font-size: 12px;
}
A:hover {
  color: #00BAFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
BODY {
  scrollbar-track-color: #FFD5D5;
  scrollbar-face-color: #FF5599;
  scrollbar-shadow-color: #846300;
  scrollbar-darkshadow-color: #846300;
  scrollbar-highlight-color: #846300;
  scrollbar-3dlight-color: #846300;
  scrollbar-arrow-color: #846300;
  background-color: #FFD5D5;
  margin: 0px;
  font-size: 12px;
}
TH, TD {
  font-size: 12px;
}
FORM {
  margin: 0px;
}
BR {
  line-height: 10pt;
}
.skool {
  border-collapse: collapse;
  empty-cells: show;
}