<!--
td {
	color:#ffffff;
	text-align:center;
}

td.date {
	color:#ffffff;
	background-color:red;
	font-weight:bolder;
}

A {
  background-color: black;
  color: white;
  letter-spacing: normal;
  font-family: Impact;
  font-size: 10pt;
  text-decoration: none;
}

A:hover {
  background-color: red;
  color: white;
  letter-spacing: normal;
  font-family: Impact;
  font-size: 10pt;
  text-decoration: none;
}
-->