.anylinkcss{
position: absolute;
visibility: hidden;
border-bottom-width: 1px;
font: Verdana;
font-size: 8pt;
line-height: 15px;
z-index: 210;
background-color: #ded7d7;
width: 300px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #d85d5d;
color: white;
}

