h2 { 
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18pt; 
font-weight: bold; 
color: #63659C; 
text-align: center;
} 

hr {
color: #63659C;
height: 2pt;
}

li {
list-style-image:url(images/gc.jpg);
margin-top:30px;
margin-right:20px;
}

a:visited  {color: #26AC4C; text-decoration: none}
a:link  {color: #26AC4C; text-decoration: none}
a:active  {color: #cccccc; text-decoration: none}
a:hover   {cursor: crosshair; color: #FFED00; background-color: #0099A6; text-decoration: none; border: 2px solid #FF9739;}

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





