Body {
	background-image: url(images/Background.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #005900;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 36px;
}
p {
	text-transform: none;
	padding-right: 5px;
}
h2 {
	color: #008000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.caps {
	text-transform: uppercase;
}
h4 {
	color: #008000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	padding: 0px 25px;
}
.booked {
	text-decoration: line-through;
	background-color: #FF0000;
}
.pending {

	text-decoration: underline;
	background-color: #FFFF00;
}
.available {
	background-color: #66FF66;
}
.calendarborder {
	border: thin solid #008000;
}
.calendarborder {

	border: thin solid #008000;
}
a {
	color: #009900;
}
.top_menu {
	font-size: 14px;
}
.footer {
	font-size: 12px;
	text-align: center;
}
ul {
	font-size: 17px;
}
.cancel {
	font-size: 14px;
}
