H1{
	padding-top: 16px;
	padding-left: 8px;
	padding-bottom: 16px;
	background-color: lime;
}
H2{
	background-color: #00ff40;
	padding-top: 12px;
	padding-left: 6px;
	padding-bottom: 12px;
}
H3{
	background-color: #ffff80;
}

.command01{
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
}

.command02{
	background-color: black;
	color: #ffffff;
	padding-top: 0px;
	padding-left: 8px;
	padding-bottom: 0px;
	padding-right: 8px;
	border-width: 0px 2px;
	margin-top: 8px;
	border-top-style: none;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	overflow: auto;
	margin-bottom: 8px;
}

table, th, td {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	caption-side: top;
	empty-cells: show;
       vertical-align: top;
}

.Topcolorchange {
  border-collapse:collapse;
}

.Topcolorchange tr:nth-child(1) {
	background-color: #159cff;
}

.Topcolorchange tr:nth-child(1) td {
  color:white;
}

