@charset "utf-8";

div.link a:hover {color:#006600;}
  div.link a:link span{display: none;}
  div.link a:visited span{display: none;}
  div.link a:hover span {
	position: absolute;
	margin:5px 0px 0px 0px;
	background-color: beige;
	max-width:500px;
	padding: 5px 10px 10px 5px;
	border: 1px solid #999966;
	color: #060;
	text-align:left;
	display: block;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
/* CSS Document */
