/* MEP barbed-wire style (mockup) 
 * 2009-09-23 : CMSMcQ : made file
 */
/* @import url(mepbase.css); */

del.del { 
  text-decoration: line-through; 
  background-color: #EDC;
}

ins.add { 
  background-color: #CFC; 
}

ins.add:before { 
  /* content: "&#x2191;" ; */
  content: "\002191" ;
}
ins.add:after { 
  /* content "&#x2193;" ; */
  content: "\002193" ;
}
  

/* end */


