Not sure why you are ignoring my suggestion above.
All I did was change only your HTML to wrap the entire DIV, not just the text
YOURS
<div class="packageqty">
<a target="_blank" href="dozentraditionalcookies.html">12 cookies $10</a>
</div>
MINE
<a target="_blank" href="dozentraditionalcookies.html">
<div class="packageqty">
12 cookies $10
</div></a>
Naturally, it will display without underlines per YOUR css
except the entire DIV wil be a link.