body {
  background: black;
 color: white;
 margin-left: 1em;
 margin-right: 1em;
 margin-top: 0em;
 background-image: url("sozai/bg056.gif");
 background-attachment:fixed;
 }



h1 {
 background: gray;
 color: gold;
 font-size: 3em;
 text-align: center;
 }

h2 {
 background: gray;
 color: yellow;
 font-size: 1.5em;
 text-align: center
 }

h3 {
 background: ;
 color: ;
 font-size: em;
 }

h3 {
 background: ;
 color: ;
 font-size: em;
 text-align: center;
 }

p {
 line-height: 1.3em;
 margin-left: 1em;
 text-align: center; 
 }

em { font-style: normal;
 font-weight: bold;
 color: yellowgreen;
 }

a:link { color: silver; }
a:visited { color: gray; }
a:hover { color: aqua; }

 background-repeat:repeat-x;
 background-position:bottom;


