.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font: bold 8pt Trebuchet MS, Helvetica, sans-serif;
line-height: 14px;
z-index: 100;
width: 205px;
}

.anylinkcss a:link {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
text-indent: 3px;
font: bold 8pt Trebuchet MS, Helvetica, sans-serif;
color: white;
background-color: #697E9D;
}

.anylinkcss a:visited {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
text-indent: 3px;
font: bold 8pt Trebuchet MS, Helvetica, sans-serif;
color: white;
background-color: #697E9D;
}

.anylinkcss a:hover { /*hover background color*/
color: #697E9D;
font: bold 8pt Trebuchet MS, Helvetica, sans-serif;
text-decoration: underline;
background-color: white;
}