.mainstyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.mainbold {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	color:#000000;
}

.titlebold {
	font-family:"Times New Roman", Times, serif;
	font-size: 25px;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	color:#000000;
}

.xmasstyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#FF0000;
}