body {
    background: white;
    position: relative;
    margin: 20px;
    padding: 0;
    font: 76%/1.4 verdana, arial, helvetica, courier;
    }
img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    width: 300px;
    height: 159px;
    }
div.center {
    text-align: center;
    }
div#content {
    color: black;
    background: #ffa566;
    margin-left: 5em;
    margin-right: 5em;
    padding: 1em 0 1em 0;
    border: solid 2px black; 
    }
div#content h1, h2 {
    text-align: justify;
    margin: 2em 3em 2em 3em;
    font-size: 1.2em;
    font-weight: bold;
    }
div#content h1  {
    text-align: right;
    padding-right: 2em;
    }
div#content a   {
    color: black;
    background: #ffa566;
    text-decoration: none;
    }
div#content a:hover {
    text-decoration: underline;
    }