#Chapter {
    clear: both;
    margin: 1%;
    padding: 1%;
}

#Chapter blockquote{
    color:  #333333;
    font-style: italic;
}

.Cite {
    clear: both;
    margin: 1%;
    padding: 1%;
    font-style: italic;
    font-size: 12px;
    text-align: right;
}

.ChapterRightPic {
    float: right;
    width: 250px
    margin: 0;;
    padding: 0;
}
.ChapterRightPic img {
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
 }
.ChapterRightPic p {
    color:  #333333;
    padding: 2px;
    margin-bottom: 5px;
    font-family: 'arial',  sans-serif, georgia;
    font-style: italic;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
  }

.ChapterLeftPic {
      float: left;
      width: 250px;
      margin: 0;
      margin-right: 1%;
      padding: 0;
}
.ChapterLeftPic img {
     margin-top: 1%;
     margin-left: 1%;
     margin-right: 1%;
     margin-bottom: 1%;
   }

.ChapterLeftPic p {
     color:  #333333;
     padding: 2px;
     margin-bottom: 5px;
     font-family: 'arial',  sans-serif, georgia;
     font-style: italic;
     font-size: 12px;
     text-decoration: none;
     text-align: center;
   }