.textstylesheet {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0D3C15;
}
a:link {
	color: #134E22;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #7EBB7F;
	font-size: 12px;
	font-weight: bolder;
}
a:active {
	text-decoration: none;
	color: #134E22;
	font-size: 12px;
	font-weight: bold;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
	position: relative;
	z-index: 0;
	border: 1px solid #0D3C15;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #7EBB7F;
padding: 5px;
left: -999px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 1;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:-150;
left: 60px; /*position where enlarged image should offset horizontally */

}

strong {
	font-weight: bold;
	color: #134E22;
}
