h2 {
    font-family:"Times New Roman","Times",Serif;
    text-align:center;
    color:lightskyblue;
    font-size:2em;
  }
h3 {
    margin-left:5%;
    margin-right:5%;
    color:orange;
  }
p {
    text-indent:1em;
    margin-left:5%;
    margin-right:5%;
  }
dl {
    margin-left:5%;
    margin-right:5%;
    display:compact;
  }
dt {
    color:lightskyblue;
  }
dd {
    margin-top:-0.2em;
    margin-bottom:0.5em;
  }
hr {
    color:lightskyblue;
    background-color:lightskyblue;
    border-style:solid;
    height:1px;
    width:90%;
  }
img.jacket {
    float:right;
    vertical-align:top;
  }
