BODY
{
margin: 0 0 0 0;  
scrollbar-face-color:#FFFFFF; 
scrollbar-shadow-color:#000000; 
scrollbar-highlight-color:#000000; 
scrollbar-3dlight-color:#FFFFFF; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#000000; 
scrollbar-arrow-color:#000000;
} 

H1
{
color:#000000;
font-size: 2em;
font-weight:bold;
text-align: Center;
}

H2
{
color: #000000;
font-size: 1em;
font-weight: bold;

}

.footer
 {
	font-family: "Comic Sans MS", "Franklin Gothic Medium", Garamond;
	font-size: 12px;
	font-style: normal;
	color: #660000;
}

.td_y
{ 
border:1px solid #999;
border-color: black; 
background-color:white;
font-family:Arial;
font-size:11px;
font-weight:bold; 
padding:5px; 
} 

 
a:link
 {  color: #0000FF;   text-decoration: none;}

a:visited 
{   color: #0000FF;   text-decoration: none;}

a:hover, a:active
{   color: White;   text-decoration: none;}


.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: 0;
left: 90px; /*position where enlarged image should offset horizontally */

}
