

ul.basic {
	padding: 0;
	margin: 0;
	list-style: none;
 }
 
ul.basic li {
	line-height: 16pt;
	height: 16pt;
 } 
 
table.command {
	padding: 5px;
	background-color: white;
	border: 1px solid black;
	width: 100%;
 }

table.command tr td {
	height: 18px;
 }
 
table.half {
	border: 1px solid black;
	width: 50%;
 }
 
table.command caption {
	padding: 2px;
	color: white;
 	background-color: #9486FF;
	font-weight: bold;
	font-size: 10pt;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
 }