@charset "utf-8";
body,td,th {
	font-family: "Cochin", Georgia, Times New Roman, Times;
	color: #C5C35B;font-size: 16px;
}
body {
	background-color: #000000;
	color: #D9DD62;
	font-size: 12px;
}
a:link {
	color: #D9DD62;
	text-decoration: none;
}
a:visited {
	color: #D9DD62;
	text-decoration: none;
}
a:hover {
	color: #914687;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Cochin", Georgia, Times New Roman, Times;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
	font-weight:bold;
}
h5 {
	font-size: 13px;
	font-weight:bold;
}

	.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 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: 60px; /*position where enlarged image should offset horizontally */

}

.style17 {font-size: small}
.style21 {color: #D1CC60; }
.style23 {color: #E5E5E5; }
.style41 {font-size: 24px}
.style44 {font-size: 12px}
.style45 {font-size: 18px}
.style47 {font-size: 18px; font-weight: bold; }
