.anylink{
 top:0px;
 left:0px;
 position:absolute;
 visibility:hidden;
 z-index: 100;
}
.anylink a{
 display: block;
 border:solid white;
 border-width: 0px 1px 1px 0px;
 padding:3px 6px;
 color: white;
 background-color:#00984A;
 text-decoration:none;
 white-space: nowrap;
}
.anylink a:hover{
 background-color:#AF2942;
 /*color:white;*/
}
