      body {
	color: #000000;
	background-color: #9ebbb6;
       font-size: 15px;
       font-family: Georgia, serif;
      }
      a:link {
        color: black; text-decoration: none;
      }
      a:visited {
	color: black; text-decoration: none;
      }
      img.middle {
	vertical-align: middle;
      }
      div.centerbox { 
        margin-left: auto; 
	margin-right: auto; 
	background: #9ebbb6; 
	height: 140px; 
	width: 80%; 
      } 
      div.box { 
       width: 14%; 
       float: left; 
       border: 5px black groove; 
       background: white; 
       margin: 30px 4% 30px 5%; 
       font-size: 10px; 
       font-family: Georgia, serif; 
       text-align: center; 
      }
      div.excerpt {
       margin-left: 10%;
       margin-right: 10%;
       border: solid gray; 
       background: #e8e8d8; 
       padding: 15px 35px; 
       font-size: 15px; 
      }


