<style type="text/css">

.menu {
 margin: 0;
 padding: 0;
}
.menu a {
  display: block;
  width: 7em;
	height: 1.5em;
	font-family: "Monotype Corsiva", Arial, Sans-Serif;
  font-size: 150%;
  font-weight: light;
	background-color:#33ccff;
	text-align: center;
	text-Valign: center;
	font-color: #000099;
  text-decoration: none;
	margin: 2px 0;
}
.menu a:link, .menu a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.menu a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
	text-decoration: underline;
	font-weight: bold;
	font-color; #000;
}
a.test {text-decoration: none;
	font-color: #000;
	font-weight: light;
}
a.test:hover{
	text-decoration: underline;
	font-weight: bold;
}
body {
	font-size: 10pt;
	font-family: Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
}
TBorder {
	border: 6px;
	bordercolor: grey;
}
P {
	font-COLOR: Black;
}
H1{
   color:blue;
   font-size:50pt;
   font-style:bold;
	 font-family: "Monotype Corsiva", Arial, Sans-Serif;
   }
H2{
	color: blue;
	font-size: 30pt;
	font-style: light, italic;
	font-family: "Monotype Corsiva", Arial, Sans-Serif;
	}
H3{
	color: blue;
	font-size: 20pt;
	font-style: light, italic;
	font-family: "Monotype Corsiva", Arial, Sans-Serif;
	}	 
H4{
	color: gray;
	font-size: 15pt;
	font-style: light, italic;
	font-family: "Monotype Corsiva", Arial, Sans-Serif;
	}	 
H5{
/*  margin:0px auto;
	width:900px;
*/	filter:shadow;
	color:blue;
	font-family: "Monotype Corsiva", Arial, Sans-Serif;
	font-size:46pt;
	line-height:130%;
	align: center;
}
H6{
 /* margin:0px auto;
	width:900px;
*/	color:blue;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	font-size:16pt;
	line-height:130%;
	align: center;
} 

.gallerycontainer{
	position: relative;
	height: 75px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
  }
.thumbnail img{
  border: 2px solid blue;
  margin: 0 5px 5px 0;
  }
.thumbnail:hover{
  background-color: transparent;
  }
.thumbnail:hover img{
  border: 1px solid red;
  } 
.thumbnail span{ /*CSS for enlarged image*/
  position: absolute;
  background-color: lightyellow;
  padding: 5px;
  left: -500px;
  border: 1px dashed gray;
  visibility: hidden;
  color: black;
  text-decoration: none;
  }
.thumbnail span img{ /*CSS for enlarged image*/
  border: 5px blue;
  padding: 2px;
  }
.thumbnail:hover span{ /*CSS for enlarged image*/
 	visibility: visible;
  top: 100px;
  left: 150px; 
	/*position where enlarged image should offset horizontally */
  z-index: 50;
  }
	
</style>

