.normaltext {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
.normaltextbold {

	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.titletext {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	font-weight: bold;
}
.smalltext {

	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.smalltextbold {


	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

