body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller;
}

h1
{
  font-size: medium;
  text-decoration: underline;
}

p
{
  clear: both;
}

div.pano_h
{
  clear: both;
  min-width: 1024px;
  width: 1024px;
  border: thin silver solid;
  margin: .5em;
  padding: .5em;
}

div.pano_h p
{
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.pano_v
{
  clear: both;
  float: left;
  border: thin silver solid;
  margin: .5em;
  padding: .5em;
}

div.pano_v p
{
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

span.quote
{
  display: inline-block;
  margin-left: 3em;
}

.strike
{
  text-decoration: line-through;
}
