.pagetitle {
	font: italic 900 18px "Courier New", Courier, mono;
	color: ##FF0033;
	text-transform: lowercase;
}
.pagesubtitle {

	font: italic 900 18px "Times New Roman", Times, serif;
	color: #000000;
}

.textbold {
	font: 900 14px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-transform: uppercase;
}
.textnormal {
	font: italic 400 14px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-transform: none;
}
