body {
	padding: 0.5em;
}

ul {
	margin-left: 1em;
}

ul.top {
	margin-top: 0.75em;
}

h2 {
	margin-top:1.25em;
}

h3 {
	margin-top: 0.75em;
}

h4 {
	margin-top: 0.5em;
}

h5 {
	margin-top: 0.5em;
}

p {
	text-indent: 2em;
}

a {
	color: #3643a9;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: overline underline;
}

a:hover, a:active {
	background-color: #a5ccdc;
}

*.img-caption {
	font-weight: bold;
	font-family: arial;
}

*.subscript {
	vertical-align:sub;
}

h1+p {
	margin-top:1em;
}

h2+p {
	margin-top:0.5em;
}