div.Diary {
  margin: 0em 0em 0em 0em;
  border: 1px solid #000; 
  background: #FFFFFF; 
}

div.Diary h1 {
   line-height: 2em;
   background: #fff;
   color: #294B5F; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-right: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #e7ab0b; 
   border-left: 1.1em solid #e7ab0b; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}

div.DiaryEntry {
  margin: 0em 0 0em 0em;
  border: 1px solid #000; 
  background: #FFFFFF; 
  border-bottom: 1px solid #ccc; 
}

div.DiaryEntry h1 {
   line-height: 2em;
   background: #fff;
   color: #294B5F; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-right: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #e7ab0b; 
   border-left: 1.1em solid #e7ab0b; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
