body {
  font-family: "Times New Roman", Times, serif;
  background-color: #ffcccc;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}
.month	{
		font-weight: bold;
			font-size: 110%;
		color: white;
		text-align: center;
		background-color: #9966ff;
		}
.room	{
		font-weight: bold;
		font-size: 100%;
		color: #000000;
		text-align: center;
		background-color: #ffcccc;
		}
.rate	{
		font-weight: bold;
		font-size: 100%;
		color: white;
		text-align: center;
		background-color: #ffcccc;
		}
	.booked	{
			font-weight: bold;
			font-size: 100%;
			color: #000000;
			text-align: center;
			background-color: white;
			}
.adv {
	color: #000;
	font-family: 'Georgia', serif;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	text-align: center;
}
