body {
 width: 700px;
 margin-left: auto;
 margin-right: auto;
 color: #696969;
 line-height: 1.4em;
}

h1 {
 font-size: xx-large;
 color: #993300;
}

h2 {
 border-top: double 4px #333399;
 border-bottom: double 4px #333399;
 color: #333399;
}

h3 {
 border-left: solid #993300 1.5em;
 padding-left: 5px;
}

ul.toc {
 list-style-position: inside; 
 margin:0px 5px 5px 5px;
 padding:5px;
 width:40%;
 background-color: #FFCC99;
}

h4, p, table, dl {
 margin-left: 40px;
}

h4{
 margin-bottom: 2px;
 border-left: solid #006600 20px;
 padding-left:5px;
}

p {
 margin-bottom: 2em;
}

p.desc {
font-weight:bold;
margin-bottom:0px;
margin-left:0px;
}

ol {
 list-style-position:outside; 
 margin-left: 20px;
}

ul {
 list-style-position: outside;
 margin-top: 2px;
 margin-bottom:30px;
 margin-left: 20px;
}

table caption {
 font-weight: bold;
}

table tr th {
 text-align: left;
 font-weight: bold;
}

table tr th, table tr td {
 padding: 2px;
}

table {
 margin-bottom: 1em;
}

dt {
 font-weight: bold;
}

dd {
 margin-left: 1em;
}