.style1 {
	font-family: "Comic Sans MS";
	color: #4075AB;
	font-weight:bold;
	font-size: 16px;
}
.style2 {
	color: #4075AB;
	font-weight: bold;
	font-family: "Comic Sans MS";
	font-size: 18px;
}
.magnify {
	font-family: "Comic Sans MS";
	font-size: 9px;
	color: #4075ab;
}
.magnify:hover {
font-family:"Comic Sans MS";
font-size:18px;
color: #4075ab;
text-decoration:none;
}
.caption {
	font-size:10px;
	font-family:"Comic Sans MS";
	}
a:link {
	text-decoration: none;
	color: #4075ab;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a {
	font-family: Comic Sans MS;
}
.bodytext {
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 16px;
}
.bodytext2 {
	font-family: "Comic Sans MS";
	font-size: 16px;
}
.literature img{
border: 1px solid black;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
text-align:center;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid black;
margin: 3px;
}

.thumbnail:hover{
background-color: transparent;
}


.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: 0px;
top: -150px;
padding: 0px;
visibility: hidden;
}


.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -100px;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

