
em.error {
	color: #FF0000;
	font-weight: italic;
}

em.warning {
	color: orange;
	font-weight: italic;
}

em.ok {
	color: #00FF00;
	font-weight: normal;
}

