body {
	background-color	: floralwhite ;
	margin				: 0px 10px ;
	font-family			: sans-serif ;
}

a {
	text-decoration		: none ;
}
a:link {
	color				: #ffa000 ;
}
a:hover {
	color				: #ffa000 ;
}
a:visited {
	color				: #a000ff ;
}

table {
	empty-cells			: show ;
}

th {
	background-color	: palegoldenrod ;
	text-align			: center ;
	color				: chocolate ;
}

td {
	background-color	: white ;
}

.topttl {
	background-color	: #500000 ;
	text-align			: center ;
	font-size			: 20pt ;
	font-family			: serif ;
	font-weight			: bold ;
	color				: ghostwhite ;
}

.backbar {
	background-color	: #500000 ;
	padding-left		: 30px ;
	color				: white ;
}

#rgnNenpi {
	background-color	: lemonchiffon ;
	overflow			: auto ;
	height				: 480px ;
}

