#footer {
	margin-top:30px;
	font-size:small;
	color:#bbb;
}
#footer a {
	text-decoration:none;
	color:#bbb;
}
.text {
	text-align:left;
	background-color:#eee;
	width:50%;
	margin:auto;
	border:1px solid #000;
	overflow:scroll;
}
body {
	text-align:center;
	font-family:Arial, sans-serif;
}
textarea {
	text-align:left;
}
table {
	text-align:left;
	border-collapse:collapse;
	empty-cells:show;
	margin-bottom:10px;
	margin-left:auto; margin-right:auto;
	width:90%;
	table-layout:auto;
	position:relative;
}
thead, .thead {
	font-weight:bold;
	background-color:#eee;
}
tfoot {
	font-weight:bolder;
}
table th, table td {
	border:1px ridge #000;
	padding:2px;
}
table tbody tr td input, table tbody tr td textarea {
	width:99%;
	position:relative;
}
.num {
	text-align:right;
}
.top {
	text-align:right;
	margin:0px;
}
.l {
	color:#ccc;
}
.b {
	font-weight:bolder;
}