body {background-attachment:fixed; }

H1{       /*H1要素のスタイル指定*/
  font-size   : 13pt;
  line-height :  20pt ;
  font-weight : 500;
}
H1 SPAN{       /*H1 SPAN要素のスタイル指定*/
  background-color:#339900;
  font-size   : 14pt;
  line-height :  30pt ;
  font-weight : 900;
  color       : #FFFFFF;
}
H2{       /*H2要素のスタイル指定*/
  font-size   : 12pt;
  line-height :  20pt ;
  font-weight : 500;
}
H2 SPAN{       /*H2 SPAN要素のスタイル指定*/
  background-color:#339900;
  font-size   : 14pt;
  line-height :  30pt ;
  font-weight : 900;
  color       : #FFFFFF;
}
H3{       /*H3要素のスタイル指定*/
  font-size   : 10pt;
  line-height :  12pt ;
}
H4{       /*H4要素のスタイル指定*/
  font-size   : 10pt;
  line-height :  12pt ;
  font-weight : 500;
}
P{        /*P要素のスタイル指定*/
  font-size   : 12pt ;
  text-indent : 2em;
}
DIV{       /*DIV要素のスタイル指定*/
  font-size  : 12pt ;
  line-height: 20pt ;
}
#css1{       /*TABLE#css要素のスタイル指定*/
  font-size   : 10pt;
  line-height :  13pt ;
}
<!--TABLE#css2{       /*TABLE#css要素のスタイル指定*/
  font-size   : 13pt;
  line-height :  120% ;
  font-weight : 500;
}-->
TABLE#css0{       /*TABLE ID要素のスタイル指定*/
  font-size   : 11pt;
  line-height :  14pt ;
  font-weight : 400;
}
TABLE#css1{       /*TABLE ID要素のスタイル指定*/
  font-size   : 10pt;
  line-height :  12pt ;
  font-weight : 400;
}
TABLE#css2{       /*TABLE ID要素のスタイル指定*/
  font-size  : 12pt ;
  line-height: 16pt ;
  margin-left: 10% ;
  margin-right: 10% ;
}
SPAN.g{       /*SPAN要素でCLASS="g"要素のスタイル指定*/
  color       : #00BB00;
  font-weight : 700;
}
SPAN.p{       /*SPAN要素でCLASS="r"要素のスタイル指定*/
  color       : deeppink;
  font-weight : 700;
}
SPAN.w{       /*SPAN要素でCLASS="w"要素のスタイル指定*/
  color       : #FFFFFF;
}
SPAN.o{       /*SPAN要素でCLASS="o"要素のスタイル指定*/
  color       : orangered;
  font-weight : 700;
}
SPAN.y{       /*SPAN要素でCLASS="y"要素のスタイル指定*/
  color       : gold;
}
SPAN.b{       /* SPAN要素でCLASS="b1"のスタイル指定*/
  color       : mediumblue;
  font-weight : 700;
}
DIV.window0{       /*DIV class要素のスタイル指定*/
  border-style :inset ;
  border-widht :10pt ;
  margin        :10px 5px 10px 5px;
  overflow      :scorll ;
  background  :mintcream ;
  font-size    :10pt ;
  line-height  :20pt ;
	text-align    :left ;
  padding      :7px ;
  hieght        :30px;
}
DIV.window01{       /*DIV class要素のスタイル指定*/
  border-style :inset ;
  border-widht :10pt ;
  margin        :1px 5px 1px 5px;
  overflow      :scorll ;
  background  :mintcream ;
  font-size    :10pt ;
  line-height  :12pt ;
	text-align    :left ;
  padding      :4px ;
  hieght        :10px;
}


