body {
	background-color:#fff;
	color:#000;
	text-align:center;
}
a:hover {
	color:#f00;
}

.navi {
	margin:0.5em auto;
	text-align:right;
	padding:0.1em;
	background-color:#cccccc;
	width: 700px;
       border-top: double 3px Silver;
       border-bottom: double 3px Silver;
       font-size: 12px;
}

.navi a {
       color: Black;
}

.navi a:hover {
       color: Blue;
}

h1 {
	margin:2em auto;
}
h2 {
	width: 700px;
       background-color: DarkOrange;
       color: White;
       font-size: 24px;
       border-top: double 3px orange;
       border-bottom: double 3px orange;
}

table      {
       width: 700px;
}

.out {
	text-align:left;
	width:30em;
	border:solid 2pt gray;
	padding:0.5em;
	margin:1em auto;
}
.ue {
	width:100%;
	border-bottom:solid 1.5pt gray;
}
.head {
	text-align:right;
}
.title {
	font-weight:bold;
}
.body {
	margin-left:1em;
	margin-top:0.5em;
	line-height:130%;
}

.date {
	font-family:monospace;
}
.admin {
	margin-top:2em;
}
.copy {
	font-size:80%;
	margin:0.5em;
}
.searchword {
	background-color:#000;
	color:#ff0;
	font-style:normal;
	font-weight:bold;
}
