body{
  font-size : 12pt;
  color: #FF0000;
  background-color : #ffffff;
  background-image:url(./wall.jpg);
  background-attachment : fixed;
}
td{
  font-size : 12pt;
}
input,textarea{
	font-size : 12pt;
	color:#FF0000;
	background-color:#ffffff;
}
A:LINK{
  color: #FF0000;
  text-decoration : none;
}
A:VISITED{
  color: #FF0000;
  text-decoration : none;
}
A:HOVER{
  color: #0000FF;
  background-color: #ffffff;
  text-decoration : underline;
}
A:ACTIVE{
  color: #FF0000;
  text-decoration : none;
}
.size1{
  font-size : 10.5pt;
}
.size2{
  font-size : 9pt;
}
.size3{
  font-size : 16pt;
}
.jpn{
  font-size : 16pt;
  font-family : "‚l‚r ƒSƒVƒbƒN",Osaka,sans-serif;
}
.chn{
  font-size : 16pt;
  font-family : "MS Hei",SimHei,Beijing,"Arial Unicode MS",STSong,sans-serif;
}

