a{
text-decoration:none;
border:0;
}
one of these should help i think, if you want to only apply this style to a particular a, make sure you access the A through its outer DIV
i.e. the links are in a div container with ID of hello
div#hello a{
text-decoration:none;
border:0;
}