@import url(type.css);
@import url(greyscale.css);

.masthead
{
	padding: 32px;
	text-align: center;
}

div
{
	margin: auto;
}

div.frontis
{
	width: 399px;
	background-color: #eeefda;
	background-image: url(../pix/laid_paper.jpg);
	background-attachment: scroll;
  background-repeat: repeat;
  background-position: center center;
  border-width: 16px;
  border-color: red;
  border-style: ridge;
}

h1
{
	color: red;
	font-family: Poor Richard, Batang, Book Antiqua, Pallatino, Palladio, serif;

	padding: 0.7em;
}

div.preface
{
	width: 399px;
	text-align: justify;
	background-color: #eeefda;
	background-image: url(../pix/laid_paper.jpg);
	background-attachment: scroll;
  background-repeat: repeat;
  background-position: center center;
  margin-top: 32px;
  border-width: 1px;
  border-style: dotted;
  border-color: #7d7e70;
}

.minihead
{
	font-family: Poor Richard, Batang, Book Antiqua, Pallatino, Palladio, serif;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 150%;
}

a
{
	color: black;
}

dl a
{
	text-decoration: none;
}

a:active
{
	text-decoration: strikethrough;
}

dl a:hover
{
	text-decoration: underline;
}

p a:link; p a:visited
{
	text-decoration: underline;
}

p a:hover
{
	text-decoration: none;
}

dl, dt, dd
{
	display: inline;
}

div.dl
{
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 2.5em;
  padding-bottom: 3em;
}

dt, dt a
{
	color: red;
}

dt
{
	margin-left: 1em;
	margin-right: -1.5em;
	font-weight: bold;
}

dd
{
	word-spacing: 1px;
	line-height: 111%;
}