.prayer,
.prayer1{
  float: left; 
  padding:0px;
  margin:0 4px;
  text-align:center;
  width:48%;
  border-top: 1px solid black
  /* border:1px solid green; */
  }

.prayer	{
	clear: both;
	}
 
.title0, .title1, .verse0, .verse1 {
  margin:1em auto .5em auto;
  width:22em;
  font-size:.8em;
  text-indent:2em;
  line-height:155%;
/*  
  border:1px solid blue;
*/  
  }
/* Use this for prayer numbers. */  
.title0 {
  padding-top:1.5em;
  text-indent:0;  
  font-weight:bold;
  /* border-top:1px solid #036; */
  }
/* Use this for prayer titles and other text    */
/* between prayer numbers and the actual prayer. */    
.title1 {
  text-indent:0;
  }  
/* Use this for poems with line breaks. */  
.verse0 { 
  padding-bottom:1em;
  text-indent:0;
  text-align:center;
  /* border-bottom:1px solid #036;  */
  } 
/* Use this for paragraph formatted verse. */ 
.verse1 {    
  padding-bottom:1em;
  width:19em;
  text-align:justify;
  /* border-bottom:1px solid #036;  */ 
  }
.toplink {
  width:95%;
  }  
.toplink p {
  margin:0 auto;
  padding:0;
  font-size:1em;
  text-align:right;
  line-height:100%;
  }
.toplink p a img {
  padding-right:2px;
  border:none;
  vertical-align:-2px;
  }  
