body {
  color: black ;
  background : #ff9966 ;
  margin-left : 10% ;
  margin-right : 10% ;
}

div.heading { 
  font-style: italic ;
  font-weight: bold ; 
  color: black ; 
  font-size: 150% ; 
  text-align: center ;
}

div.preamble {
  margin-left: 12% ;
  margin-right: 12% ;
}

div.entry {
  border-top: solid ;
  border-bottom: solid ;
  border-color: white ;
  border-top-width: thin ;
  border-bottom-width: thin ;
  padding-top: 1em ;
}

div.title { font-style: italic ;
	    font-weight: bold ; 
            color: maroon ; 
            font-size: 125% ;
	    margin-left: -5% ;
}

div.date{ font-size: 80% ;}
