h1
{
 font-family: Tahoma, Arial, sans-serif;
 font-size: 14px;
 color: #FF6600;

}

h2
{
 font-family: Tahoma, Arial, sans-serif;
 font-size: 16px;
 color: #FF0000;

}

h3
{
 font-family: Tahoma, Arial, sans-serif;
 font-size: 12px;
 color: #000000;

}
.bodytext
 {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 13px;
 color: #FFFFFF;
}

.smalltext
 {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 10px;
 color: #000000;
}

.linkstyle
 {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 13px;
 color: #FF6600;
}

a.linkstyle:link { color:  rgb(255, 102, 0)}  /* for unvisited links */
a.linkstyle:visited { color: rgb(195, 80, 0)} /* for visited links */
a.linkstyle:active { color: rgb(255, 102, 0)} /* when link is clicked */
a.linkstyle:hover { color: rgb(255, 255, 255)} /* when mouse is over link */
a.linkstyle { text-decoration: none } /* menu links look more like buttons */

/*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: white;
padding: 5px;
left: -1000px;
border: 1px solid 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: -140;
left: -20; /*position where enlarged image should offset horizontally */

}




