body {
	color: black;
	background-color: #60F060;
}
hr.hidden {
	visibility: hidden;
	position: absolute;
	width: 0px;
/*	left: 0px;
	top: 0px;*/
}
a {
	text-decoration: none;
}
a:link {
	color: #0000EE;
}
a:visited {
	color: #551A8B;
}
a:hover {
	color: #0000EE;
	background-color: #99FF99;
}
a.foreign {
	text-decoration: underline;
}
table.table,table.table tr,table.table td {
	border-collapse: collapse;
	border: 1px solid black;
}
table.structure,table.structure tr {
	width: 100%;
	border-collapse: collapse;
	border-style: none;
}
.software {
	font-weight: bold;
}
.hblank {
	margin-right: 1em;
	margin-left: 1em;
	white-space: nowrap;
}
.vblank {
	margin-top: 1em;
	margin-bottom: 1em;
	white-space: nowrap;
}
.notlink {
	color: #0000FF;
}
.head,.about,.main,.rest,.foot {
	padding: 1em;
	border-width: 2px;
	border-style: solid;
	border-color: #336633;
}
.head {
	padding-bottom: 0em;
	border-style: none;
}
.foot {
	padding-top: 1ex;
	border-style: none;
}
dl {
	margin: 0px;
}
dt {
	margin: 1ex 0ex 0ex 0ex;
}
h3,.h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 1ex;
}
