.anylinkcss{
position:absolute;
visibility: hidden;
border:0px solid black;
border-bottom-width: 0;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	line-height: 15px;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: #cccccc;
	background-color: #000000;
z-index: 100;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: 400;
text-indent: 0px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #333333;
color: #cccccc;
}
A:LINK { color : #cccccc; text-decoration: none; }
A:VISITED { color : #cccccc; text-decoration : none; }
A:HOVER { color : #cccccc; text-decoration : none; }
A:ACTIVE { color : #cccccc; text-decoration : none; }
