body { 
  background: #fff;
  width: 455px; /* pg's width: 410px; */
  margin: 3% 2% 2% 3%;
  font-family: Georgia, "Trebuchet MS", Arial, Helvetica, Times, serif;
  font-size: small;
}

h1 { 
  padding: 20pt;
  background: #fafafa;
  font-variant: small-caps;
  border: 1px #ccc solid;
  margin-bottom: 20pt;
  font-family: "Trebuchet MS", Georgia, serif;
  letter-spacing: 0.1px;
}

h2 { 
  font-size: large;
  letter-spacing: 0.1px;
}

a { 
  color: blue;
}

a:visited { 
  color: #9f5f9f;
}

p, blockquote, ul, ol { 
  text-align: justify;
  line-height: 175%;
}

.myname { 
  text-align: right;
  font-style: italic;
}

.verse { 
  font-style: italic;
  text-align: center;
  white-space: pre;
}

img { 
  border: 1px #333 solid;
  margin: 10px 0;
  width: 300px;
}

img.vert {
  width: auto;
  height: 300px;
}
