body {
   background: white;
   font-size: 12pt;
   }
h1, h2, h3, h4, h5, h6, table    { page-break-after: avoid; page-break-inside: avoid }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

#footnav {
   display: none;
   }

.leftcol {
	display:none;
	}

table#availability {
	border: 2px solid black;
	empty-cells: hide;
}
table#availability td {
	border: 1px solid black;
	text-align: center;
	font-weight: bold;
	width: 2em;

}
table#availability th {
	border: 1px solid black;
	text-align: center;
	font-weight: normal;
}
.available {
}

.booked {
	color:#FF0000;
	font-weight:lighter;
}
