@charset "UTF-8";
/* CSS Document */

.anylinkcss{
position:absolute;
visibility: hidden;
border: thin solid;
border-color:#FF3366;
border-bottom-width: thin;
font-family:Verdana, Arial, Helvetica, sans-serif, "Avenir", "Avenir 45 Book", "Avenir 55 Roman";
line-height: 15px;
z-index: 100;
background-color: #FFFFFF;
width: 100px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: none;
padding: 1px 0;
text-decoration: none;
font-size: x-small;
font-weight: lighter;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color:#FF3366;
color: white;
}
