.main {
	font-size: 0.8em;
	color: #666666;
}
body {
	font-family: "Trebuchet MS", Verdana;
	background-color: #e7e7d4;

}
.bord {
	border-top-width: 0.05em;
	border-right-width: 0.05em;
	border-bottom-width: 0.05em;
	border-left-width: 0.05em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.mainB {
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
}
a:link {
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
	color: #7B7B3A;
}
a:visited {
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
	color: #669933;
}
a:hover {
	font-size: 0.8em;
	text-decoration: none;
	color: #666666;
}
a:active {
	font-size: 0.8em;
	text-decoration: none;
	color: #009933;
}

.small {

	font-size: 0.7em;
	color: #999999;
}
.booked {
	background-color: #CCCCCC;
}
.available {
	background-color: #B1F8AF;
}

