Css links

Helo guru’s

This is my css code.but problum is here line coming botom of link,but i dont want link.

.btns {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #585655;
}
.btns a {
color: #585655;
}
.btns a:link {
color: #585655;
}
.btns a:visited {
color: #292929;
}
.btns a:hover {
color: #ffffff;
}

and this is my html code:
<div class=“btns “> <a href=”#”>Sidhu </a></div>

plese any one tell me.

sidhu>G