BODY 
{scrollbar-face-color: #F5F5F5; scrollbar-shadow-color: #C0C0C0; scrollbar-highlight-color: #F0FFFF; scrollbar-3dlight-color: #FFFFFF; scrollbar-darkshadow-color: #808080; scrollbar-track-color: #696969; scrollbar-arrow-color: #A9A9A9}
A {color:#696969}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:hover {text-decoration:underline;color:#FFFAF0}
BODY{font-family:tahoma,verdana,arial;font-size:3pt;color:#FFFFFF;background-image:
url('gradient-bg.gif');background-color:#000000;
background-repeat: repeat-x}
TD{font-family: tahoma,verdana,arial;font-size:8pt;font-color:#00FF00}
font.info {font-size:3px;font-family:Tahoma,verdana,arial}
img.border{border-style:solid;border-color:#00FF00;border-width:0px}

/*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: #DCDCDC;
padding: 5px;
left: -1000px;
border: 1px dashed #000000;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 1;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
