/*********************************/
/* Stylesheet for Booking Module */
/* Solutions Answers Results     */
/* Date: 28 September 2009       */
/*********************************/

/*********************************/
/* Over write standard CSS       */
/*********************************/
.booking-list {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}
.booking-list td a {
  color: #990000;
}
.booking-list td a:hover {
  text-decoration: underline;
}

