@charset "utf-8";

body	{
	background: none;
}

/* layout */
#skip, #articles, #gotop, #copyright	{ display: none; }

#content table	 {
	clear: both;
	width: 100%;
}
#content table	 caption	{
	border: 1px solid #fff;
	caption-side: top;
}
#content table col.standards_history	{
	width: 30%;
}
#content table thead th	{
	border: 1px solid #eee;
	border-top: 2px solid #eee;
	padding: 10px 0;
}
#content table tbody td	{
	text-align: center;
	border: 1px solid #eee;
	border-bottom: 2px solid #eee;
	padding: 10px 0;
}
