HTML>HEAD>TITLE
{
	display: block;
	margin: 15px;
	font-size: large;
	font-weight: bold;
}

HTML>BODY>TABLE
{
	display: table;
	margin: 15px;
	border: 1px solid;
	border-collapse: collapse;
}

HTML>BODY>TABLE>CAPTION
{
	display: table-caption;
	padding-bottom: 4px;
}

HTML>BODY>TABLE>TR
{
	display: table-row;
}

HTML>BODY>TABLE>TR>TH
{
	display: table-cell;
	padding: 2px 8px;
	border: 1px solid;
	background-color: lightgray;
}

HTML>BODY>TABLE>TR>TD
{
	display: table-cell;
	padding: 1px 8px;
	border: 1px dotted;
}

Schema
{
	display: none;
}
