BODY {
    background-image : url(images/back.jpg);
	color : #333366;
	font-family : Arial, sans-serif;
	font-size : medium;
	text-align : center;
   scrollbar-arrow-color: #ffffff; 
   scrollbar-base-color: #5367AC; 
   scrollbar-dark-shadow-color: #ffffff; 
   scrollbar-track-color: #5367AC; 
	
}

A {

	color : #330033;
	text-decoration : none;

}

A:HOVER {
	color : #330033;
	text-decoration : none;
	background-color : #FFCCFF;
}

hr {
	color : Blue;
	width : 650px;
	height : 15px;
}



h1 {
font-family : "Freebooter Script", cursive;
font-size : 3em;
	font-weight : bolder;
	text-align : center;
	color : #333366;
}

h2 {
font-family : "Freebooter Script", cursive;
font-size : 2em;
	font-weight : bolder;
	text-align : center;
	color : #333366;
	}
	
.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: 50;
left: -150px; /*position where enlarged image should offset horizontally */

}

	

