body{
 font-size: 9pt;
 color: #FF9933;
 background-color: #000000;
 background-image: url(yamabuki.jpg);
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: right bottom;
}
a:link { text-decoration:none; color:Teal; }
a:visited { text-decoration:underline; color:maroon; }
a:active { text-decoration:none; color:maroon; }
a:hover { text-decoration:line-through; color:olive; }
td{color:#000000;LINE-HEIGHT: 23px; font-size:90%;}
input,textarea{
		border:1px double #cacaca;
		color:#c0c0c0;
		font-size:9pt;
		background-color:#000000;}