.ChristmasText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #F00;
	font-weight: bold;
	font-style: italic;
}
.MainHeadText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.JohnText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.StandOutText {
	font-size: 18px;
	font-weight: bold;
}
.ImgBorder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #6C543A;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #6C543A;
}
