BODY {
	background-color: #D5FFD7;
	margin-left: 5%;
	margin-right: 5%;
}

A:link		{color: blue};
A:vlink		{color: #66cc88};
A:active	{color: #FF0000};
A:hover		{color: white};

H1 {
	font-size: 20pt;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin: 20px;
	padding: 6px;
	background-color: #000000;
	border-width: thin;
	border-width: 6px 10px;
	border-style: solid;
	border-color: #00A0A0;
}

H3 {
	font-size: 15pt;
	color: black;
	font-style: normal;
	font-weight: bold;
	margin: 10px 30px;
	padding: 5px;
	line-height: 1.3em;
	text-align: center;
}

H4 {
	font-size: 12pt;
	color: black;
	font-style: normal;
	font-weight: normal;
	margin: 5px 30px;
	padding: 5px;
	line-height: 1.2em;
}

UL {
	font-size: 13pt;
	color: black;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	margin: 8px 20px;
	padding: 5px;
}

P.kakomi {
	font-size: 12pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin: 10px 40px;
	padding: 4px;
	background-color: #FFFFFF;
	border-width: thin;
	border-width: 3px;
	border-style: solid;
	border-color: #008000;
	line-height: 1.3em;
}
