
td#photo a, td#photo2 a{
	font-weight: bold;
	text-decoration: underline;
}
	

td a img{
	border-width: 0;
	height: 0;
	width: 0;
}

td a:hover img{
	position: fixed;
	top: 80px;
	left: 280px;
	width: 500px;
	height: 375px;
	z-index: 10;
}
td#photo2 a:hover img{
	position: fixed;
	top: 80px;
	left: 300px;
	width: 375px;
	height: 500px;
	z-index: 10;
}
