BODY {
    background-image: url(back.jpg);
    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: #FFcc00;
    width: 600;
}

H2 {
	font-size: 17pt;
	color: #000000F;
	font-style: normal;
	font-weight: bolder;
	text-align: left;

	padding: 6px 6px 6px 6px;
	background-color: #ffff00;
	border-width: thin;
	border-width: 0px 0px 2px 10px;
	border-style: solid;
	border-color: #009900;
	line-height: 1.2em;
    width: 800;
}

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-left: auto; margin-right: auto;
	padding:10px;
	line-height: 1.5em;
	background-color: white;
	border-width: thin;
	border-width: 2px;
	border-style: solid;
	border-color: #660000;
    width: 820px;
}
p {text-align: left;
   text-indent: 1em;
   width: 790px;}
.ku {margin-left: 3em;
   text-indent: 0em ;
   font-style: italic;}
.center {text-align: center;}
.shomei {text-align: right;
         width: 800px;}
.haiku { font-size: large;
         font-style: italic;
		 line-height: 1.5em;}

table { margin-left: auto; margin-right: auto;
        background-color: white;}
td { text-align: center;
     vertical-align: bottom;}
caption { color: maroon;}

strong { color: blue;}


