If you are using a stylesheet try different line-height values on the hyperlink tag. That should allow you to push the lines closer together. An example would be:
.style32
{
line-height: 10px;
}
etc.
You may have to play with the numbers to get it right.