.link {
	text-decoration: none;
	color: #4F0000;
}
.redBold {
	font-weight: bold;
	color: #4F0000;
}
.text {
	line-height: 20px;
	font-size: 16px;
}
.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: #9A0002;
	text-decoration: none;
	font-weight: bold;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50px;
left: 30px; /*position where enlarged image should offset horizontally */

}

.style2 {color: #C10000}
.style3 {font-size: 12px}

