body {
	background-color: #F5F5F5;
	text-align: center;
}
INPUT.btn {
	background-color:#DDDDDD;
	color:black;
	border:1 solid black;
	padding: 5px;
	cursor:hand;
}
H1 {
	margin: 2em 20px 1em;
	background: #D7E1EC;
	font-size: 200%;
	padding: 15px 15px 15px;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
}
HR {
	margin: 1em 20px 1em;
}
A{
	padding: 5px;
	color: #000000;
	text-decoration: none;
}
A:hover{
	padding: 5px;
        color: #000000;
	background: #D7E1EC;
}
TH {
	text-align: left;
	background: #D7E1EC;
	font-weight: bold;
}
.cnt {
	text-align: center;
}
SMALL {
	font-size: 70%;
}
INPUT.level {
	margin-left: 0.3em;
	text-align: right;
	ime-mode:disabled;
}
.imedis {
	ime-mode:disabled;
}
.imeact {
	ime-mode:active;
}
.imgbox {
	margin: 10px 10px 10px;
	float: left;
}








