/* What are you looking at? */
A:link {
  text-decoration: none;
  color: SlateGray;
}
A:visited {
  text-decoration: none;
  color: SlateGray;
}
A:hover {
  text-decoration:underline;
}
div.rphoto {
  float: right;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.rphoto p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.lphoto {
  float: left;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.lphoto p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
.leftphoto {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  float: left;
  padding: 5px;
}
.rightphoto {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  float: right;
  padding: 5px;
}

td { font-family: Arial, Helvetica, sansserif; }

h1 { font-family: Times, serif; }

address { font-size: smaller; text-align: center; }

.widespace { letter-spacing: 8px }
.caption { font-size: smaller; font-style: italic; }
