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

del { 
  text-decoration: line-through; 
  /* background-color: #EDC; */
}
ins { 
  text-decoration: none; 
  /* background-color: #CFC;  */
}
ins:before { 
  /* content: "&#x2191;" ; */
  content: "\002191" ;
}
ins:after { 
  /* content "&#x2193;" ; */
  content: "\002193" ;
}
  

/* end */



