.anylinkcss
{
position:absolute;
visibility: hidden;
font:normal 9pt Arial;
line-height: 18px;
z-index: 100;
background-color: #ccff99;
width: 220px;
text-decoration:none;
}

.anylinkcss a{
color: #407f01;
font-family: arial;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
display:block;
padding: 2px;
border-style:solid; border-width: 1px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #407f01;
color: white;
text-decoration: none;
}
}