body {
	font: 1em "Sans","Calibri","Trebuchet MS";
	text-align: justify
}

h2 {
	margin-top: 2em;
	padding: 0.5em;
	background: #0080c0;
	color: #fff;
}
h3 {
	padding-left: 1em;
	border-bottom: 1px solid #555;
}

.index {
	margin: 2em 4em
}
.index li a {
	text-decoration: none;
	/* temp */color: #0080c0;
}
.index li a:hover {
	text-decoration: underline;
}
.index li.title {
	font-weight: bold;
	font-size: 1.4em;
	list-style: none;
	margin: 0.5em 0 0 -2em;
}

dt {
	font-weight: bold
}

p.content {
	text-indent: 2em;
}

p.nav {
	margin: 1em;
	background: #e1f5ff;
	padding: 1em;
}
p.nav a {
	display: block;
	color: #0080c0;
	font-size: 1.5em
}

p.note,dl.note {
	background: #d9f2ff;
	font-style: italic;
	padding: 1em;
	margin: 1em;
	border: 1px dashed #0080c0
}

.pic {
	margin: 1em;
}

img.right {
	float: right;
	margin: 1em
}

p.center {
	text-align: center
}