.title {
	font-family: Tahoma, Verdana, Arial;
	font-size: 32px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.text {

	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.copyright {


	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #1F0900;
	text-decoration: none;
}
.copyrightlink:link {



	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #1F0900;
	text-decoration: none;
}
.copyrightlink:visited {




	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #1F0900;
	text-decoration: none;
}
.copyrightlink:hover {





	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #1F0900;
	text-decoration: underline;
}
.copyrightlink:active {






	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #1F0900;
	text-decoration: none;
}
.textlink:link {


	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textlink:visited {



	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textlink:hover {




	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.border {
	border: 3px solid #8C6B28;
}

.textlink:active {





	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.subtitle {

	font-family: Tahoma, Verdana, Arial;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.subtitle2 {


	font-family: Tahoma, Verdana, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.subtitlelink:link {


	font-family: Tahoma, Verdana, Arial;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.subtitlelink:visited {



	font-family: Tahoma, Verdana, Arial;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.subtitlelink:hover {




	font-family: Tahoma, Verdana, Arial;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.subtitlelink:active {





	font-family: Tahoma, Verdana, Arial;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.thumbnail{
	position: relative;
	z-index: 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	font-family: Tahoma, Verdana, Arial;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.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;
}

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


}
