@charset "utf-8";
.Headline {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	color: #CD3235;
	font-size: 18px;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	list-style-type: disc;
	list-style-position: outside;
}
.SmallHead {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	color: #CD3235;
	font-size: 16px;
	text-align: left;
}
.BookNow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	list-style-type: disc;
	list-style-position: outside;
}
