#nav {
	display: none;
}

#content {
	margin-left: 1em;
}

#content h1, #content h2 {
	margin-left: 0em;
	padding-top: 0.3em;
	border-bottom: 2px solid #ccc;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin-left: 1em;
 	color: #06b;
	font-weight: normal;
}

#content p, #content ul, #content ol, #content dl {
	margin-left: 1em;
	line-height: 1.5em;
}

#content p.publication {
        line-height: 1.2em;
}

div.figure {
  	padding: 0.5em;
}

