body,td{ line-height:15px; }

* { font-family: ; }


a:link{ color:black; }
a:hover{ color:gray; }
a:active { color:white; }
a:visited{ color:gray; }

a{text-decoration:none;}


img { border:none }


<!-- 
#gallery {
	width:700px;
	height:500px;
	padding:10px;
	background-color:white;
}
#gallery ul {
	list-style:none; 
	padding:0; 
	margin:20%;
	width:240px; 
	position:relative; 
	float:left;
}
#gallery ul li {
	display:inline; 
	width:72px; 
	height:72px; 
	float:left; 
	margin:0 0 5px 5px;
}
#gallery ul li a {
	display:block; 
	width:70px; 
	height:70px; 
	text-decoration:none; 
	border:0px solid #000;
}
#gallery ul li a img {
	display:block; 
	width:70px; 
	height:70px; 
	border:0;
}
#gallery ul li a:hover {
	white-space:normal; 
	border-color:#ddd;
}
#gallery ul li a:hover img {
	position:absolute; 
	left:245px; 
	top:0; 
	width:auto; 
	height:auto; 
	border:0px solid #000;
}
/** Simple photograph gallery CSS End ! **/

#gallery h3 { 
	font-family:sans-serif;
	font-weight:bold;
	font-size:20px;
	color: #fff;
	margin:0;
	padding:10px 0;
	background:none;
	border: 0;
}
