<!--
BODY{
  background-repeat : no-repeat;
  background-attachment : fixed;
  background-position : right;
  width : 780px;
  top : 10px;
}
H1{ font-size: 1.2em;
 color: lightblue;
 text-align: center;
 }
H2{ font-size : 1em; 
 color: goldenrod;
 text-align: center;
}
H3{ font-size : 1em;
  color : pink;
  margin-left: 50px;
}
P{ font-size : 0.9em;
   color: sienna;
   margin-left: 80px;
  line-height : 2;
}
A{ color: blueviolet; }
A:HOVER{ color : lightgreen; }
HR{ color : palegreen;}
-->

