Você precisa usar CURSOR:default;
Um exemplo rápido: link
Testado no Chrome, IE e FF
CSS
.heading a
{
cursor:default;
TEXT-DECORATION: none;
color:#FF8000;
}
HTML
<div class="heading"><a href="http://www.superuser.com">THIS LINK</a></div>