  
A{
  color : navy;
  text-decoration : none;
}
A:VISITED{
  color : navy;
  text-decoration : none;
}
A:HOVER{
  background-color : yellow;
  text-decoration : underline;
  color : red;
}
H1{
  font-size : medium;
  color : navy;
  
}
BODY{
  background-image : url(g-base/bk-pink.gif);
  margin-top : 0px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
}
H2{
  color : red;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
  font-size : small;
}
