body{ 
  background-color   :white;
  background-image   : url(h-framel.gif);
  background-repeat  : no-repeat;
  background-attachment:fixed;
  background-position: 100% 0% ;
  font-size   : 10pt;
  color       : dimgray;
margin-top    :10px ;
margin-right  :*;
margin-bottom :100px;
margin-left   :15px;

}

table{
  font-size   : 10pt;
  color       : dimgray;
margin-top    :5px ;
margin-right  :*;
margin-bottom :10px ;
margin-left   :10px; 

}

h1{
  color       :steelblue;
  font-size   : 17pt;
  font-family : HGPs, gungsuh, sans-serif;
  font-weight : lighter;
margin-top    :20px ;
margin-right  :*;
margin-bottom :10px ;
margin-left   :20px; 

}

ul{
  font-size   :10pt;
  color       :gray;
  margin-top   :30px ;
  margin-right :*;
  margin-bottom:20px ;
  margin-left  :*;
  list-style-type : none; 
}  

a:link{ color: slategray ;}
 :visited{color : silver; }
 :active{ color :firebrick;}