body {
	background-color: #003C4F;
}
.style1 {
	font-family: "Trebuchet MS";
	font-size: x-small;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFF99;
}
a:hover {
	color: #00FF66;
}

a.top:link {color: #000000;}
a.top:visited {color: #000000;}
a.top:hover {color: #E21114;}

.thumbnail{
font-family: "Verdana";
font-size:11px;
line-height:16px;
position: relative;
z-index: 0;
}


.thumbnail:hover{
background-color: transparent;
z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
z-index: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: 20px; /*position where enlarged image should offset horizontally */

}
