a:link	{
	color:blue;
}
a:visited	{
	color: purple;
}
a:active	{
	color: red;
}
a:hover	{
	color: red;
}
body	{
	color: black;
	background-color: gainsboro;
}
div.contents {
	margin: 10px;
}
div.ad	{
	margin: 0.5em;
}
div.adlabel {
  font-size: 80%;
}
div.sasai	{
	width: 100%;
	border-style: solid;
	border-width: thin;
	border-color: gray;
	padding: 3pt;
	background-color: aliceblue;
}
div.sasaidate	{
	text-align: right;
	font-style: italic;
}
div.update {
	text-align: center;
	font-size: 80%;
}
h2.caption {
	width: 100%;
	border-style: solid;
	border-width: 1px 1px 1px 16px;
	border-color: green;
	padding: 4px;
	background-color: mintcream;
	font-size: large;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}
h2.title	{
	font-size: 100%;
	font-weight: normal;
	margin: 1pt;
}
h3.item {
	border-style: solid;
	border-width: 0px 0px 1px 10px;
	border-color: darkblue;
	padding: 4px 0px 3px 10px;
	font-size: small;
	font-weight: normal;
}
td.historydate	{
	vertical-align: top;
}
span.back	{
	font-size: x-small;
	text-align: left;
}
span.head	{
	line-height: 1.2;
}
span.menuitem	{
	font-size: 80%;
}
span.sentence	{
	line-height: 1.3;
}
span.tail	{
	line-height: 1.2;
}

