body {
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-color: #000000;
scrollbar-arrow-color: #ab631c;
scrollbar-3dlight-color: #ab631c;
scrollbar-darkshadow-color: #ab631c;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #ab631c;
scrollbar-shadow-color: #ab631c;
scrollbar-track-color: #000000;
}

p {
font-family: verdana, arial, helvetica, geneva, sans-serif;
color: #F4E388;
font-size: 11px;
text-align: left;
}

h1 {
font-family: arial, helvetica, geneva, sans-serif;
color: #F4E388;
font-size: 20px;
font-weight: bold;
text-decoration: underline;
text-spacing: -3px;
text-align: left;
}

h2 {
font-family: arial, helvetica, geneva, sans-serif;
color: #F4E388;
font-size: 12px;
font-weight: normal;
text-align: center;
}

.h3 {
font-family: verdana, arial, helvetica, geneva, sans-serif;
color: #F4E388;
font-size: 12px;
font-weight: bold;
text-spacing: -5px;
text-align: left;
}

a:link, a:active, a:visited {
text-decoration: none;
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-weight: bold;
font-size: 10px;
color: #F4E388;
}

a:hover {
color: #F4E388;
text-decoration: underline;
}

.tdright {
text-align:right;
padding-right: 5px;
}

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

}