body {
	background-color: #5E2605;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 12px;
	font-size: 13px;
}
a, a:link, a:visited {
	color: #330000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	margin-left: 12px;
	margin-top: 12px;
	left: 4px;
	font-style: italic;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: Teal;
	font-weight: bold;
}


a:hover {
	color: #775150;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-variant: normal;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 12px;
	margin-top: 12px;
	font-style: italic;
}
#rightside{
	
}
#rightside a{color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-style: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	text-decoration: underline;
	font-weight: normal;
}
#footer{
	clear: both;
	position: relative;
	height: 26px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer a{color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-style: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	text-decoration: underline;
	font-weight: normal;
}
\<style type="text/css">

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

.thumbnail{
position: relative;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid 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: 200px;
left: 380px; /*position where enlarged image should offset horizontally */

}

</style>
