span.diff-removed {
	background-color: #FFECEC;
	text-decoration: line-through;
	color: red;
}

span.diff-added {
	background-color: #E4FAE4;
}