/* Demo of alternative style
 *
 * Show DEL and highlight INS
 */

del {color: red; text-decoration: line-through}
ins {text-decoration: underline; background: #FFC}
