<style type="text/css">

.dumy{text-indent: 50%;}

#textchange a{
color:black;
}

#textchange a:hover{
color:darkred;
font-weight:bolder;
font: 20pt;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}

.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: 0px;
left: -1000px;
width: 250px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -0;
left: -1px; /*position where enlarged image should offset horizontally */
border: 7px outset #FFFF99;
}
  
.img_border{
border: 5px inset #FFFF99;
}

</style>
