html {
  height: 100%;
  font-family: "GoudyBookletter1911", serif;
}
body {
  height: 100%;
  min-height:468px;
  min-width:552px;
  background-color: #ffffd0;
  color: #000;
}
strong {
  color: #FFF;
}
table {
  width: 100%;
  height: 100%;
}
td {
  vertical-align: middle;
}
h1 {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}
.triolet {
   width: 33em;
   margin-left: auto;
   margin-right: auto;
   list-style-type: none;
   font-size: 30px;
   font-style: italic;
}
.tags {
   text-align: right;
   color: #000;
   top: 15px;
   right: 15px;
   position: absolute;
}
.tags a {
   color: #000;
   text-decoration: none;
}
@font-face {
  font-family: "GoudyBookletter1911";
  src: url("/GoudyBookletter1911.eot");
  src: local("GoudyBookletter1911"), url("/GoudyBookletter1911.otf");
}
.gallery div {
  display: inline-block;
  border: 1px dotted #000;
  text-align: center;
}
img.decoration {
  float: right;
}
ul.index {
  columns: 3;
  -moz-column-count: 3;
}
ul.index a {
  font-style: italic;
  color: #000;
  text-decoration: none;
}