.anylinkcss{
	position:absolute;
	visibility: hidden;
	line-height: 1.5em;
	z-index: 100;
	background-color: #282828;
	width: 250px;
	font-size: 0.85em;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 0.5em;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #A4B3CA;
color: white;
}

