body {
    background: rgb(255,255,255);
}

h1 {
   font-size: 240%;
   text-align: center;
   font-weight: normal;
   font-variant: small-caps;
   color: rgb(0,0,0);
}

h2 {
   font-size: 110%;
   text-align: left;
   font-variant: small-caps;
   font-weight: normal;
   color: rgb(50,0,200);
   margin-top: 5ex;
}

h3 {
   font-size: 100%;
   text-align: left;
   font-weight: bold;
   margin-top: 3ex;
   margin-bottom: 0;
}

div.photos {
   text-align: center;
}

div.photos p {
   text-align: left;
   font-style: italic;
   margin-left: 5em;
   margin-right: 5em;
   margin-top: 0.5ex;
   margin-bottom: 2ex;
}
   
div.hline {
   margin-bottom: 4ex;
   margin-top: 0;   
   background: rgb(150,150,150);
   height: 1px;
}

blockquote {
   font-style: italic;
   margin-left: 5em;
   margin-right: 5em;
}

div.attrib {
   margin-top: 1ex;
   text-align: right;
}

img {
   align: center;
   margin: 2px;
   border: solid 1px;
   border-color: rgb(0,0,0);
}

div.right {
   float: right;
   margin-left: 1em;
}   
