	.a1 { text-decoration: none; cursor: text; color: black; }
	span
	{
		display: none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:small;
		text-decoration:none;
		font-size: x-small;
	}
	.a1:hover span
	{
		display: block;
		width: 300px;
		position: absolute;
		/*left: 10px;*/
		border: 1px solid silver;
		margin-top: 5px;
		padding: 10px;
		background-color: #fafaff;
	}
	.a1:hover { background: none; }