body {margin: 0px; padding: 0px; border-width: 0px}

p {font-family: Lucida Sans Unicode; font-size: 8pt; color: #808000} 

h1 {font-family: Lucida Sans Unicode; font-size: 36pt; letter-spacing: -2pt; color: #FFFFE6; margin="0px"; padding="0px"} 
h2 {font-family: Lucida Sans Unicode; font-size: 12pt; letter-spacing: -1pt; color: #FFFFE6; margin="0px"; padding="0px"} 
h3 {font-family: Lucida Sans Unicode; font-size: 14pt; letter-spacing: -1pt; color: #800000} 
h4 {font-family: Lucida Sans Unicode; font-size: 10pt; letter-spacing: -1pt; color: #800000}
div {font-family: Lucida Sans Unicode; font-size: 8 pt; }

body {background: #FFFFE6 }

div#page {width: 650px; height: 800px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;border: 0px red solid;}

div {float: left; margin: 0px 0px 0px 0px; border-width: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; border: 0px red solid;}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.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: 0px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 115px;
left: 5px; /*position where enlarged image should offset horizontally */

}

</style>
