
p    { color: #706a47; font-size: small; line-height: 1.3; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h1     { color: #c00; font-weight: bold; font-size: large; line-height: 1.3; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h2     { font-weight: bold; font-size: small; line-height: 1.3; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; letter-spacing: 2 }
img {
  border-style: solid;
  border-width: 0;
  border-color: #000000;
  max-width: 100%;
  margin-bottom: 0.5em;
  vertical-align: top;
 }
 .imgnoborder {
   border-style: solid;
   border-width: 0;
  }
body {
  background: #f3f3e7;
	display: flex;
	gap: 0.5em;
  margin: 0 auto;
	max-width: 60em;
	height: 100%;
}

a:link { color: #c00; text-decoration: none }
a:visited { color: #800000; text-decoration: none }
a:hover { color: #c00; text-decoration: underline }
a:active { color: #c00; text-decoration: none }
.bold { font-weight: bold }
.rot { color: #c00 }

#container {
	clear: left;
	margin: 0 auto;
	width: 710px;
	//height: 24em;
	background: #f3f3e7;
  }
