* { padding: 0; margin: 0; }

body {
 font-family: Times, 'Times New Roman', serif;
 background:#cde3ff;
 
}

.adv {
	color: #000;
	font-family: 'Georgia', serif;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	text-align: center;
}
.month	{
		font-weight: bold;
			font-size: 120%;
		color: white;
		text-align: center;
		background-color: #000000;
		}
.room	{
		font-weight: bold;
		font-size: 100%;
		color: #000000;
		text-align: center;
		background-color: #cde3ff;
		}
.rate	{
		font-weight: bold;
		font-size: 100%;
		color: white;
		text-align: center;
		background-color: #000080;
}
.booked	{
		font-weight: bold;
		font-size: 100%;
		color: #000000;
		text-align: center;
		background-color: #ffffff;
		}
