A:link{color:black;text-decoration:underline}
A:visited{color:black;text-decoration:underline}
A:active{color:black;text-decoration:underline}
A:hover{color:pink;text-decoration:underline}
 
 
BODY, P, TD, TR, TABLE, DIV
{ font-family:'Trebuchet MS', Tahoma, Verdana, Arial, Sans-Serif; font-size:14px; color: black; line-height: 18px; letter-spacing:1; word-spacing:5%; text-align:justify; padding:0,2cm 0px .0em 5px;
   margin:15px;
}

body {
	margin: 0px;
	padding: 0px;
	height: 510px;
}

.gallerycontainer{
position: relative;
height: 490px;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
 
.thumbnail img{
	border: 1px solid white;
	margin: 2px;
}
 
.thumbnail:hover{
	background-color: transparent;
}
 
.thumbnail:hover img{
	border: 1px solid black;
}
 
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;

	border: 1px solid black;

	color: black;
	text-decoration: none;

	display: none; 
}
 
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}
 
.thumbnail:hover span{ /*CSS for enlarged image*/
	display: block;
	top: 0;
	left: 320px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}