html {
	background-color: white;
}
body {
	font-size: 11pt;
	font-family: serif;
}
#hd {
	display: none;
}
#bd {
	margin-top: 1em;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
}
#ft {
	background-image: none;
	color: black;
	text-align: center;
}


h1 {
	text-align: left;
	font-size: 18pt;
	font-weight: bold;
	font-family: sans-serif;
	margin-bottom: 1em;
	border-top: none;
	border-bottom: 3px double black;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 16pt;
	font-weight: bold;
	font-family: sans-serif;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
	font-family: sans-serif;
	color: black;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}

a {
	color: black;
	text-decoration: underline;
}
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
a[href^="/"]:after {
	content: " (http://cbrunet.net" attr(href) ") ";
}


p {
	margin-left: 2em;
	margin-top: 0.5em;
}
ul {
	margin-left: 4em;
}
ul li {
	list-style-image: none;
	list-style-type: disc;
	line-height: 1.5em;
}
ul.treeview-gray li {
	list-style-image: none;
}

