body {
  background: white; 
  background-image: none;
  margin: 0 10%;
  line-height: 110%;
  }
  
ul {
   list-style-type: disc;  
  }
ul li {
   margin-bottom: 0.5em;
   }

p {
  width:80%;
  padding-left: 10%;
  }

p + ul {
    margin-left: 10%;
    }

h1, h2, h3 {
    font-family: sans-serif;
    color: #005000;
    }
    
h1, h2 {
  text-align: center;
    }

h1 {
  font-size: 200%;
  line-height: 100%;
  padding: 1em 0 0;
  }

h2 {
  font-size: 140%;
  font-style: italic;
  line-height: 100%;
    }

h3 {
  font-size: 125%;
  margin-bottom: -.25em;
    }

#page_head {
    text-align: center;
   }

#logo {
  float: right;
  padding: 20px 40px;
  }

div.section {
    clear: both;
    margin: 0 10% 5%;
   }

dt { 
    line-height: 150%;
    }

dd {
    margin-bottom: 0.8em;
    }

#calendar dt {
    font-style: italic;
    font-size: 105%;
    color: #005000;
    
    }

#contra table {
        width: 50%;
        padding:0 0 0.8ex;
        border:none;
        empty-cells:hide;
        text-align:center;
    }

#page_foot {
    text-align: center;
    font-style: italic;
}

#flower {
    float: left;
    }