#show{
position:absolute;top:3px;left:3px;
border: 1px solid gray;
width:180px; height:255px;
background-color: #f4ffff;
border-color: #6ebef2;
padding-right:0px;
padding-left:0px;
}
.point{
font-size: 7.8pt;
padding:1pt;
border: 1px solid gray;
cursor:pointer;cursor:hand;
}
H1 {color : #999999 ;
font-size:8pt ;
margin:0px;
display:inline;}
A{
  color: #0000cc;
  text-decoration: none;
}
A:VISITED{
  color: #0000cc;
  text-decoration: none;
}
A:HOVER{
  color: #009900;
  text-decoration: underline;
}
A:ACTIVE{
  color: #990000;
  text-decoration: underline;
}
.menu{
  font-family: "Times New Roman";
  font-size: 24pt;
  font-weight: bold;
}
div#image { 
  width: 150px; 
  height: 200px; 
  position: relative; 
} 
  div#image img { 
    position: absolute; 
    top: 0; 
    left: 0; 
  }


