.italics {
	font-style: italic;
}
.undreline {
	text-decoration: underline;
}
.red {
	color: #FF3300;
	font-weight: bold;
}

