#fred td{
  background-color: #EBF5FC;
  border: solid #FFF 1px;
  text-align: center;
  height: 20px;
  width: 38px;
  font-size: 8pt;
}

#fred a {
  color: #00F;
  font-weight: bold;
  text-decoration: underline;
}

#fred a:link {
  font-weight: bold;
}

#fred a:visited {
}

#fred a:hover {
  color: #F00;
}


