body {
  font: 85% Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #666;
  background: #ccc;
  margin-left: 20%;
  margin-right: 20%;
}
a {
  text-decoration: underline;
}
a:link {
  color: #000;
}
a:visited {
  color: #666;
}
a:active {
  color: #000;
}
a:hover, a.head {
  text-decoration: none;
}
a.head:link, a.head:visited, a.head:hover, a.head:active {
  color: #999;
}
h1 {
  font-size: 400%;
  color: #999;
}
h2 {
  font-size: 180%;
  color: #999;
}
p {
  line-height: 1.5em;
}
.txt {
  text-align: justify;
  text-indent: 1.5em;
  margin: 0;
}
.poetry {
  margin-left: 3em;
}
.date {
  text-align: right;
  font-style: italic;
  margin: 0;
}
.cnt, .dsc {
  text-align: center;
}
.dsc {
  font-size: 85%;
  color: #999;
}
ul {
  list-style-type: square;
}
li {
  line-height: 1.5em;
}
img {
  border: none;
}
img.illustr {
  width: 300px;
  border: double 9px #999;
}