@charset "utf-8";
/* CSS Document */

.LighthouseHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #00C;
}
.BodyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #00C;
}
.SectionHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: 700;
	color: #00C;
}
.Price {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000;
}
.Directions {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #00C;
}
.Underline {
	text-decoration: underline;
}

