Since there is a gradient under the login link you will not be able to hide it by setting it's color completely.
If you add this to skin.css:
a.LOGIN_object:link,
a.LOGIN_object:visited,
a.LOGIN_object:active{
color:#DADADA;
}
It's kind of hidden...
To hide it completely, you either have to create a separate login page , or move the login link to another location where there is no gradient in the background.