BODY {
    background-image: url(back.gif);
    background-color: #e3e3e3;
	}

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: 10px, 20px, 40px, 20px;
	padding: 10px;
	background-color: blue;
	border-width: thin;
	border-width: 6px 10px 6px 10px;
	border-style: solid;
	border-color: #FFcc00;
    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: 750;
}

H3 {
	font-size: 22pt;
	color: black;
	font-style: italic;
	font-weight: normal;
	margin: 3px 30px 0px 30px;
	padding: 5px;
	line-height: 0.5em;
	width: 640;
}

H4 {
	font-size: 12pt;
	color: black;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	border-width: thin;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #660000;
	width: 600;
}

div.kakomi {
	font-size: 14pt;
	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: #660000;
    width: 800;
}
p {text-align: left;}
.center {text-align: center;}
.shomei {text-align: right;
         width: 800px;}

dt {width: 6em;
    text-align: left;}
dl {margin-left: 7em:}

