span.delete {
	text-decoration:line-through;
	color:red;
}

span.add {
	text-decoration:underline;
	color:blue;
}
