.anylinkcss
{
	border-bottom-width: 0;
	border-style: dashed;
	border-width: 1px;
	border-color: #993300;
	position: absolute;
	visibility: hidden;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 145px;
}

.anylinkcss a
{
	color: #333333;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid gray;
	padding: 1px 2 1px 2;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #FFC2A6;
	font-family: Arial, Helvetica, sans-serif;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #F8FBBD;
color: black;
}