﻿.anylinkcss {
	border-bottom-width: 0;
	border-color: #3A3A3A;
	border-style: solid;
	border-width: 1px;
	position: absolute;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;

	line-height: 18px;
	z-index: 100;
	background-color: #181818;
	width: 205px;
}

.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #3A3A3A;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #C0C0C0;
}

.anylinkcss a:hover {
	color: white;
}