body { color: #fff; font-size: small; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: normal; background-color: #000; }
p {}
td {}
a:link { color: yellow ; text-decoration: none; }
a:visited { color: #696900 ; text-decoration: none; }
a:hover { color: #ffff9d }
a:active { color: red }
#form { color: #d60000; }
.menu { font-size: medium; float: left; padding-right: 5px; padding-left: 5px; }
.menu_over { font-size: large; float: left; padding-right: 5px; padding-left: 5px; }
.menu:hover { font-size: large; }


.spiderpic{
position: relative;
z-index: 0;
}

.spiderpic:hover{
background-color: transparent;
z-index: 50;
}

.spiderpic span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
left: -600px;
top: -100px;
border: 0px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.spiderpic span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;


}

.spiderpic:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
}
