body
{
	margin: 32px auto;
	background: #FAF0E6;
	font-family: Georgia, serif;
    font-size: 13px;
	max-width: 39em;
}
p
{
    text-indent: 2em;
    margin-top: 0.1ex;
    margin-bottom: 0.1ex;
    line-height: 1.5;
}
p.author
{
    font-size: 120%;
    font-style: italic;
    text-indent: 0em;
    margin-bottom: 3ex;
}
p.first { text-indent: 0em; }
.break
{
	text-align: center;
	margin: 1.5ex;
}
h1
{
	color: #600;
	margin-top: 3ex;
}
#menu
{
    font-family: Verdana, sans-serif;
    font-size: 80%;
    text-align: right;
    margin-bottom: 2ex;
}
#bmenu
{
    font-family: Verdana, sans-serif;
    font-size: 80%;
    text-align: right;
    margin-top: 2ex;
}
#warning
{
	text-align: center;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	color: #C00;
	border: 2px solid #c00;
	margin-left: 5em;
	margin-right: 5em;
}
.subtitle
{
	text-align: center;
	text-indent: 0em;
	margin-bottom: 2ex;
	font-weight: bold;
}
#copyright
{
	float: left;
	width: auto;
	font-size: 80%;
	text-indent: 0em;
}
a:link {
  color: black;
  text-decoration: none;
  border-bottom: 1px blue dotted;
}
a:visited  {
  color: black;
  text-decoration: none;
  border-bottom: 1px purple dotted;
}
a:hover { border-bottom: 1px blue solid; }
