body { margin-top: 10px; background-color:#000000; }

a:link		{ color: #f6a6e5; text-decoration: none }

a:visited	{ color: #f6a6e5; text-decoration: none }

a:active	{ color: #f6a6e5; text-decoration: none }

a:hover		{ color: #ffffff; text-decoration: none }



TABLE { width: 600px;  margin-left:auto; margin-right:auto; COLOR: #f6a6e5; FONT: 14px arial, geneva, verdana, arial, sans-serif; font-weight: normal;   }

.pinkbox{
border: 1px solid #f6a6e5;
background-color: #000000;
padding: 4px;
}

@media print {
.printhide {display:none;}
}
@media screen{
.printonly { display:none }
}

.tc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

.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 */

}

