.ad-hoc_image
		{
		text-decoration: overline underline;
		z-index: 10000;
		}

.ad-hoc_image:hover
		{
		background-color: yellow;
		z-index: 50;
		}
		
.ad-hoc_image:hover span
		{
		cursor: default;
		left: 50px;
		visibility: visible;
		}

.ad-hoc_image img
		{
		background-color: white;
		border: 2px solid green;
		padding: 2px 2px 2px 2px;
		}

.ad-hoc_image img:active, link, visited
		{
		color: black;
		background-color: white;
		text-decoration: none;
		font-weight: bold
		}

.ad-hoc_image img:hover
		{
		color: green;
		background-color: yellow;
		text-decoration: none;
		font-weight: bold
		}

.ad-hoc_image span
		{
		background-color: white;
		position: fixed;
		top: 20px;
		right: 20px;
		width: 0;
		text-decoration: none;
		visibility: hidden;
		}

.ad-hoc_image span img
		{
		background-color: white;
		border: 2px solid green;
		padding: 2px 2px 2px 2px;
		}

.ad-hoc_image span img:hover
		{
		background-color: white;
		}