BODY {
    background-image: url(back.gif);
    background-color: #e3e3e3;
	text-align: center;
	}

A:link		{color: blue;}
A:visited	{color: green;}
A:active	{color: red;}
A:hover {BACKGROUND-COLOR: gold;}

H1 {
	font-size: 24pt;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	margin-left: auto; margin-right: auto;
	padding: 10px;
	background-color: blue;
	border-width: thin;
	border-width: 6px 10px 6px 10px;
	border-style: solid;
	border-color: #009900;
    width: 500;
}

H2 {
	font-size: 17pt;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	margin: 20px, 20px, 20px, 20px;
	padding: 6px 6px 6px 6px;
	background-color: #0a0a0a;
	border-width: thin;
	border-width: 2px 10px 2px 10px;
	border-style: solid;
	border-color: #009900;
	line-height: 1.2em;
    width: 640;
}

H3 {
	font-size: 14pt;
	color: black;
	font-style: normal;
	font-weight: normal;
	margin: 3px 30px 0px 30px;
	padding: 5px;
	line-height: 1.2em;
}

H4 {
	font-size: 11pt;
	color: black;
	font-style: normal;
	font-weight: normal;
	margin: 3px 30px 3px 30px;
	padding: 5px;
	line-height: 1.2em;
}

P.kakomi {
	font-size: 12pt;
	color: black;
	font-style: normal;
	font-weight: normal;
	margin: 10px 25px 10px 25px;
	padding: 6px;
	line-height: 1.5em;
	background-color: white;
	border-width: thin;
	border-width: 2px;
	border-style: solid;
	border-color: #009900;
    width: 640;
}
.right { text-align: right;
        padding-right: 1em;}

div.kakomi {
	font-size: 12pt;
	color: black;
	font-style: normal;
	font-weight: normal;
	margin-left: auto; margin-right: auto;
	padding: 6px;
	text-align: left;
	line-height: 1.5em;
	background-color: white;
	border-width: thin;
	border-width: 2px;
	border-style: solid;
	border-color: #009900;
    width: 640;
}
table { width: 600px;
        border: 0;
		margin-left: auto; margin-right: auto;
		}
td.left { width: 200px;
          text-align: left;}
td.right {width: 200px;
          text-align: right;}
td.center {text-align: center;}

span {font-size: medium;}

