body {
	background-color:#006699;
}
	
.table-one {
background-color:#ffffee;
}

.style1 {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #660000;
}
.style2 {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #660000;
	font-weight: bold;
}
.style6 {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	color: #660000;
	font-weight: bold;
}
.style3 {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #006699;
	font-weight: bold;
}
.style4 {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #006699;
	font-weight: bold;
	font-style: italic;
}
.style5 {
    font-family: Times New Roman, Times, serif; 
	color: #FFFFFF; 
	font-size: 12px; 
}
.style7 {
    font-family: Times New Roman, Times, serif; 
	color: #FFFFFF; 
	font-size: 14px; 
}
.style8 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #660000;
}

.style9 {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}	

.style10 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #336699;
	font-weight: bold;
}	

.style11 {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	color: #006699;
	font-weight: bold;
}

.h1 {

	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	color: #660000;
	font-weight: bold;
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

<style type="text/css">

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

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid brown;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
top: 0px;
left: 10px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
text-align: center;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
position: fixed;
visibility: visible;
top: 10px;
left: 10px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>
