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

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #C3030C;
	width: 150px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	margin-left: -14px;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	margin-top: 5px;
}

.anylinkcss a{
	display: block;
	text-indent: 3px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
}

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

