@charset "utf-8";
table {
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-left: 60px;
}
#table caption {
	font-weight: bold;
	background-color: #006633;
	letter-spacing: 1em;
	color: #FFFFFF;
	height: 15px;
}

#table td {
	text-align: center;
}
#table hr {
	margin-bottom: 15px;

}
