body {
	background-image: url("omizu4.jpg");
	background-color: white
}

A:ACTIVE	{ text-decoration : underline ; color : red ;
		background-color : lime }
A:HOVER		{ text-decoration : underline ; color : white ;
		background-color : blue }

.H31		{
			color: black;
			font-size: 15pt;
			font-style: italic
			}
.H32		{ color: teal;
			font-size: 15pt;
			font-weight: bold
			}
img.left	{ float:left }
img.leftb0	{ float:left;
			border-width: 0px
			}
img.b0		{ border-width: 0px }
img.right	{ float:right }
img.rightb0	{ float:right;
			border-width: 0px
			}
br.clear	{ clear:both }
.fon10		{ font-size:10pt }
.fon11		{ font-size:11pt }
.red		{ color:red }
.blue		{ color:blue }
.green		{ color:green }
.rbold		{ background-color:red;
			font-weight:bold;
			color:white
			}
.rboldc		{ background-color:red;
			font-weight:bold;
			text-align: center;
			color:white
			}
.bbold		{ background-color:aqua;
			font-weight:bold
			}
.gbold		{ color:green;
			font-weight:bold
			}
.rmar		{ color:blue;
			background-color:hotpink;
			margin: 0px 100px 0px 50px
			}
.mar50		{ margin: 0px 0px 0px 50px
			}
.gray		{ color:white;
			background-color:lightgrey;
			vertical-align: middle
			}
td.w180		{ width: 180px }
td.w80		{ width: 80px }
td.w30		{ width: 30px }
.bw			{ background-color: white }
.bl			{ background-color: lime }
.bltar		{ background-color: lime;
			text-align: right
			}
.by			{ background-color: yellow }
.bytac		{ background-color: yellow;
			text-align: center
			}
.bytacvm	{ background-color: yellow;
			text-align: center;
			vertical-align: middle
			}
.ba			{ background-color: aqua }
.batac		{ background-color: aqua;
			text-align: center
			}
.bgy		{ background-color: #adff2f }
.tal		{ text-align: left }
.tac		{ text-align: center }
.tar		{ text-align: right }
.talvt		{ text-align: left;
			vertical-align: top
			 }
.tacvt		{ text-align: center;
			vertical-align: top
			 }
.tarvt		{ text-align: right;
			vertical-align: top
			 }
.talvm		{ text-align: left;
			vertical-align: middle
			 }
.tacvm		{ text-align: center;
			vertical-align: middle
			 }
.tarvm		{ text-align: right;
			vertical-align: middle
			 }
.vt			{ vertical-align: top }
.vm			{ vertical-align: middle }
