span.text-color-red {
	color: rgb(216, 0, 0); font-weight: bold;
}
span.text-color-blue {
	color: rgb(0, 0, 255); font-weight: bold;
}
strong.text-color-red {
	color: rgb(216, 0, 0);
}
strong.text-color-blue {
	color: rgb(0, 0, 255);
}
p.text-right {
	text-align: right;
}
p.text-left {
	text-align: left;
}
p.text-center {
	text-align: center;
}
