body {
	background-color: rgb(216, 223, 229);
}

h1 {
	border-style: solid;
    border-width: 1px;
    padding: 5px;
    background-color: rgb(235, 229, 212);
    text-align: left;
}

h2 {
	border-bottom-style: solid;
    border-bottom-width: 1px;
}

dd {
	margin-left: 20px;
	padding-left: 0px;
}

dl {
}

dt {
	margin-top: 5px;
	margin-bottom: 5px;
}

ul {
}

li {
/*	line-height: 1.5em;*/
	margin-bottom: 5px;
}

.basdepage {
	margin-top: 30px;
	font-size: small;
}
