body {
  font-family: Arial, Helvetica, sans-serif;
  
  background-image: url("/Pictures/SitePictures/BookBackgroundSeamless.jpg");
	  background-attachment: fixed;
    background-repeat:repeat;
    background-position:left top;
    background-position:bottom right;
}

h1 {
  color:#0364c1;
}


h2 {
 color:red;
 margin-top:0px;
 margin-bottom:4px;
 margin-left:5px;
 padding-top:5px;
}

h3 {
  color:red;
  margin-top:0;
  margin-left:0;
  margin-bottom:-8px;
}


.quotes {
 width:60%;
 margin-left:auto;
 margin-right:auto;
}

.quotearchive {
 background-color:#e0ffff;
 border: 1px solid #B0E0E6;
 margin-bottom:5px;
 overflow:hidden;
 padding:20px;

}

.quotearhive p {
  font-size:12px;
  margin:5px;
  padding-bottom:5px;
}

.context {
  background-color:#ffcbcb;
  border: 1px solid red;
  padding:8px;
  float:right;
  width: 65%;
  font-size:0.8vw;
}
