body { 
    width: 93,75%;
    height: 420px;
    margin-left: 1em;
    margin-right: 3%;
    margin-top: 0.5em;
	font-family: Georgia, "Times New Roman",
          Times, serif;
    color: black;
    background-color: white;
    background-image: url(background.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed; }
    
h3 {
   text-decoration: underline; }
   
img.portrait {
    margin-left: 1em;
    margin-top: 0.1em; 
    height: auto;
    width: 5em;
    vertical-align: middle;
    position: absolute; }
    
blockquote {
   margin-left: 7em; }