
.mytd
{
	cursor:hand;
}

A:link
{
	color=white;
	text-decoration:none;
}

A:visited
{
	color=white;
	text-decoration:none;
}

A:hover
{
	color=black;
	text-decoration:none;
				
}


.mio a:link
{
	color:black;
}

.mio a:visited
{
	color:black;
}

.mio a:hover
{
	color:white;
}

a.linkimg:link
{
  border: 0 !important;
  border: 1px dotted #fff;
}

a.linkimg:hover
{
  border: 0;
}

#zoom a {
	float:left;
	margin: 0 0 0 0;
	border: 1px solid #000;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 20px; /* show only thumbnail */
	height: 15px;
	background: url(ita.jpg) no-repeat ;
	}

#zoom a:hover {
	width: 60px; /* adjust size to zoomed photo */
	height: 30px;
	background-position: 0 -104px; /* move the image so only the big one shows */
	}

