

body {
	color: #405050;
	font-family: sans;
    margin: 30px auto;
    padding: 30px;
    max-width: 750px;
}

li {
    margin-bottom: 10px
}

h1 {
	color: #008080;
	text-align: center;
}

h2 {
	color: #008080;
	margin: 30px 0 5px 0;
}

h3 {
	margin: 15px 0 3px 0;
}

p {
	margin-top: 3px;
}

p:first-child {
		text-indent: 0px;
}

a[href] {
	color: #1CBA11;
	font-weight: bold;
	text-decoration: none;
}


#index {
	border: 1px solid #AAA;
	background-color: #F8F8F8;
	padding: 10px;
	list-style: decimal inside;
	display: table;
	
	font-weight: bold;
	white-space: nowrap;
}

#index li {
	padding: 4px 8px 0 5px;
	margin: 0 10px 0 10px;
}

#index li:nth-of-type(1) {
	margin-top: 7px;
}

.errorstatus {
	color: red;
}

tt {
    background-color: white;
}

.descriptive-list {
}
.descriptive-list li {
    font-size: large;
/* font-weight: 800; */
}

.descriptive-list li > div {
    font-size: smaller;
    color: #608080;
    font-weight: normal;
    margin-left: 20px;
    margin-bottom: 10px
}

