.redtext {
	color: #FF0000;
}
.boldtext {
	font-weight: bold;
}
.nonItalic {
	font-style: normal;
}
.underline {
	text-decoration: underline;
}
