<style type="text/css">

/* Command */

table{
  text-align: left;
  padding: 2px;
}

table.commandtable {
    margin: 4px 0 1px 0;
    width : 100%;
    border-width: 1px 1px 1px 1px;
    border-spacing: 1px;
    border-color: #800000;
    border-style: solid;
    background-color: PaleGoldenrod;
    border-collapse: collapse;
}

table.commandtable td {
    padding: 2px 2px 2px 4px;
    text-align: left;
	vertical-align: center;
    border-width: 1px 1px 0 0;
    border-color: #800000;
    border-style: solid;
}

tr.cmdtitle, td.cmdtitle, th.cmdtitle {
    background-color: #800000;
    color: white;
    text-align: center;
}

#content {
    margin: auto; 
    height: 100%;
    padding: 1em;
    font-family: Verdana, Arial, sans-serif;
    font-size: normal;
    max-width: 70em;
    width: auto;
}



/* LA */

h1, h2 {
	border: 0.5em solid #800000; 
	background-color: #800000; 
	width: auto;
	color: #ffffff; 
	text-indent: 2px; 
	text-align: left ;
}

h3 {
	width: 100%; 
	text-indent:10px; 
	border-width: 0px 0px 1px 5px; 
	border-style: solid; 
	border-color: #800000; 
	font-weight: bold ;
}

h4 {
	border-width: 0px 0px 0px 5px; 
	border-style: solid; 
	border-color: #800000; 
	margin-left: 5px; 
	text-indent: 10px ;
}

p {
	margin-left: 20px; 
	margin-right: 20px;
}

pre {
	border: 1px solid #333333; 
	background-color: #ddc;
	margin-left: 20px; 
	margin-right: 20px;
	white-space: pre; 
	width: 80%; 
	padding: 10px;
}

blockquote {
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	background-color: #ddc;
	color: #000000;
}

li {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
