Cool Strike-through Typography Effects

HTML

<!-- example 1 -->
<div style='color: dark grey;'><del><span style='color: red;'>55</span></del>
      Omaha for a train, but it is not likely that it will reach Medicine Bowl          
      <del><span style='color: red;'>is</span></del> in less than six hours."
      </p>
</div>


<!-- example 2 -->
<div style='color: purple;'>
  <del>
    <a href="www.example.org" style='color: grey; text-decoration: none; cursor: wait;'>Buy new product!</a></del>
  <ins style='text-decoration: none;'> - sold out</ins>
</div>