<!--
BODY { background-repeat: no-repeat;
  background-attachment: fixed;
  background-position : right;
  position: fixed;
  background-image : url(img/nanairo-sakasaniji.jpg);
  
  
}
H1 { font-size: 1.5em;
    color: lightcoral; 
    text-align: center; 
}
H2 { font-size: 0.8em;
   color: peru; 
   text-align: center;  
}
H3 { font-size: 0.9em; 
   color: violet;    
  text-align : center;
}
H4 { font-size: 0.9em; 
    color: cadetblue; 
  margin-left : 50px;
}
a:link { color: slateblue; }
a:visited { color: royalblue; }
a:hover { color: violet; }
P{ font-size: 0.8em; 
  color: peru ; font-size: 0.9em; 
  line-height : 2;   
  margin-left : 100px;
}
HR{boder: solid 2px; color: powderblue; 
}
-->

