.point{
font-size: 7.8pt;
padding:1pt;
border: 1px solid gray;
cursor:pointer;cursor:hand;
}
body {
font-size: 13px; 
}

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;
}
ul, ol {list-style: none }