.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font-size:8pt;
font-weight:bold;
line-height: 20px;
z-index: 100;
background-color: #ffcc00;
width:150px;
text-align:left;
margin-top:5px;
}

.anylinkcss a{
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
text-align:left;
color:#000;
}

.anylinkcss a:hover{ /*hover background color*/
background-color:#fefefe;
color:#111111;
}
#white 
{ color:#FFFFFF; }
#black 
{ color:#000000; }
#green
{color:#008241; }