body {
	color: black;
	background-color: white;
	margin: 0;
	padding: 0;
        font-family: sans-serif;
}
#header {
        background-color: #fbfbfb;
}
#header-contents {
	margin: 0 auto;
        width: 60em;
}
#identity {
        display: inline-block;
        vertical-align: top;
        width: 30em;
}
#contact {
        display: inline-block;
        vertical-align: top;
        width: 32em;
        margin: 0.5em;
}
#page {
}
.clear {
        clear: both;
}
#contents {
	max-width: 50em;
	margin: 0 auto;
	padding: 2em 3em;
	border-left: solid 3px #dddddd;
	border-right: solid 3px #dddddd;
}
h1 {
	font-size: larger;
	font-weight: bold;
        margin-top: 0;
        padding-top: 1em;
        padding-bottom: 1em;
}
h2 {
	font-size: inherit;
	font-style: italic;
	font-weight: bold;
}
h3 {
	font-size: inherit;
	font-style: normal;
	font-weight: bold;
}
h1, h2, h3, #subject, dt {
	color: maroon;
}
h2, h3 {
	margin-bottom: 0.4em;
}
h2.numbering:before {
	content: counter(h2-numbering) ". ";
}
h2.numbering {
	counter-increment: h2-numbering;
	counter-reset: h3-numbering;
}
h3.numbering:before {
	content: counter(h2-numbering) ". " counter(h3-numbering) ". ";
}
h3.numbering {
	counter-increment: h3-numbering;
}
p, dl, .margins, table {
	margin-left: 2em;
	margin-right: 1em;
}
p, dd {
	text-align: justify;
	max-width: 50em;
}
p {
	margin-bottom: 0pt;
}
p#desc {
	margin-bottom: 0.5em;
}
p, dl {
	margin-top: 0.4em;
}
p + p {
	text-indent: 1.5em;
	margin-top: 0pt;
}
p.toplink {
	margin-top: 1em;
}
p#desc, #lang, #homelink, p#subject, p.toplink, p#cv {
	text-indent: 0em;
	margin-left: 0px;
	margin-right: 0px;
}
p#cv {
        margin-top: 0.5em;
}
dt {
	margin-bottom: 0.1em;
}
dd {
	font-size: smaller;
	font-style: italic;
	margin-bottom: 0.5em;
}
a {
	color: gray;
	text-decoration: underline;
/*	text-decoration: none;
	border-bottom: solid 1px gray;*/
}
a:hover {
	color: black;
	text-decoration: underline;
/*	border-bottom: solid 1px black;*/
}
acronym, abbr {
	cursor: help;
}
kbd, code {
	color: black;
	font-style: normal;
	font-weight: normal;	
}
kbd .prompt {
	color: gray;
}
kbd .to_change {
	color: olive;
}
#lang, #desc, #homelink, .toplink {
	font-size: smaller;
}
#address, #e-address, #site {
	margin-bottom: .3em;
}
#address p, #e-address p {
	text-align: left;
	margin: 0px;
}
#contact, #toc {
	font-size: smaller;
}
#toc h2 {
	font-size: inherit;
	font-weight: normal;
	margin-top: .2em;
	margin-bottom: .2em;
}
#toc ol {
	margin-top: .2em;
	margin-bottom: .2em;
}
#toc a {
	border-bottom: none;
}
#address p.line, #e-address p.line {
	margin: 0px;
}
#director {
	color: black;
}
table {
	border: 2px solid maroon;
	border-collapse: collapse;
}
table caption {
	color: maroon;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
table thead th, table td {
	padding: 5px;
}
table thead th {
	border: 1px solid maroon;
}
table td {
	border-right: 1px solid maroon;
}
li {
	margin-bottom: 0.5em;
}
em.publication-title {
	color: maroon;
}


