
.heatlisttable .entryheader {
  color: black;
  font-style: italic;
  text-decoration: underline;
}

.heatlisttable a:link {
  color: black;
}

.heatlisttable a:visited {
  color: black;
}

.heatlisttable a:hover {
  color: darkblue;
}

.heatlisttable a:active {
  color: black;
}

.disq-strike-through {
  text-decoration: line-through;
}