
body {
    background-color :#cec48e;
    color : black;
    font-family : Arial,Helvetica,sans-serif;
    font-size : 14px;
    font-style : normal;
    max-width : 65em;
    width : 850px;
    margin-left: 1ex;
    margin-right: 1ex;
    margin-top: 0;
    margin-bottom: 1.3ex;
    /* position: absolute;
    */;
  }


p {
    margin-bottom : 0.8ex;
    margin-top : 0.4ex;
  }


a:link {
    color : #007e4d;
    text-decoration : none;
  }


a:visited {
    color : #330077;
    text-decoration : none;
  }


a:hover {
    color : #ff6600;
    text-decoration : underline;
  }


a:active {
    color : #3333ff;
  }


a:link img, a:visited img {
    border : 2px solid #ebf4c8;
    /*behavior: url(styles/iepngfix.htc);
    */;
  }


a:hover img {
    border : 2px solid #ff6600;
    /*behavior: url(styles/iepngfix.htc);
    */;
  }


img {
    border : #ebf4c8 solid 2px;
    behavior: url(styles/iepngfix.htc);
  }


h2,h3 {
    font : italic 28px Corbel;
    /* padding : 8px 0 10px;
    *//* display : table-cell;
    */margin-bottom: 1.5ex;
    margin-top: 1.5ex;
    color : #957e57;
    text-align : left;
    text-decoration : none;
    text-transform : lowercase;
    vertical-align : text-top;
  }


h4 {
    font : bold 14px Arial,Helvetica,sans-serif;
    margin-bottom: 0.6ex;
    margin-top: 1.5ex;
  }


h5 {
    font : bold 13px Arial,Helvetica,sans-serif;
    margin-bottom: 0.6ex;
    margin-top: 1.5ex;
  }


ul {
    margin-bottom: 0;
    margin-top: 0ex;
    line-height: 120%;
  }


li {
    margin-bottom: 0.8ex;
    margin-top: 0ex;
    line-height: 120%;
  }


