I have the following HTML code inside a div:
Removing text-decoration for those a tags is enough - no need to reduce readability of your markup by removing newlines and indents.
text-decoration
a
But remember to remove that style for hover too:
hover
a, a:hover { text-decoration: none; }