body
{
	font-family: Arial, sans-serif;
	color: black;
}

h1, h2, h3, h4
{
	color: #309;
	border-bottom: dotted 1px #333;
}

h3
{
	margin-top: 1.5em;
}

table
{
	width: 90%;
}

td
{
	text-align: center;
}

th
{
	padding-top: 10px;
	width: 33%;
}

th.ex_id
{
	width: auto;
	padding-top: 0px;
}

a:link
{
	color: #66F;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #66C;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #99F;
	text-decoration: underline overline;
}

.sectiondiv
{
	border: dashed 3px #CCF;
	margin: 20px;
	margin-bottom: 50px;
	border-top: none;
	padding: 2em;
}

.subsectiondiv
{
	padding-left: 2em;
}

.title
{
	font-style: italic;
	color: #306;
}

img.portrait
{
	float: right;
}

.note
{
	color: #F00;
}

#nav
{
	float: right;
	width: 150px;
	border: dashed 3px #CCF;
	margin: 20px;
	margin-top: 5px;
	padding: 20px;
	background: #FFF;
	text-align: center;
}

.ex_id
{
	width: 75px;
	text-align: right;
}

dt
{
	margin-top: 15px;
	font-weight: bold;
}