

body {
    background-color : #203C62;
    font-family : serif, 'Courier New', Courier, monospace;
    margin-bottom : 4em;
    margin-left : 0;
    margin-right : 0;
    margin-top : 2em;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
  }
div#mbody { margin: 0; }

div#content {
    background-color: #EEDEBD;
    padding: 3em 0 2em 0;
    clear: left;
    margin: 0 auto;
    width: 55em;
    text-align: center;
    border: 0.2em solid #dcc188;
    z-index: 1;
  }


.FirstLetter {
    color: red;
  }


img {
    border: 0.15em solid #203C62;
  }


div#content p {
    line-height : 1em;
    text-align : left;
    word-spacing : .1em;
    margin : 1em;
  }


div#content > img {
    align: middle;
    border: 0.3em solid #203C62;
    margin-bottom: 3em;
    width: auto;
  }


div {
    padding: 0;
    margin: 1em;
  }


.left {
    float: left;
  }


.right {
    float: right;
  }


h1#title {
    font-family : Harrington, Copperplate, cursive;
    font-size : 2.1em;
  }


ul#contact {
    clear: both;
    font-size: 1.0em;
    list-style: none;
  }


ul#copyright {
    text-align: center;
    font-size: xx-small;
    list-style: none;
  }
p { line-height : 1.5em;
    font-family : serif, 'Courier New', Courier, monospace;
    font-size : 1em;
    word-spacing: 0.3em;
    padding-bottom: 1em;
    text-align : left;
    clear: none;
    text-indent : none; }

