           html, body {
                margin: 0px;
                padding: 0px;
                background-color: wheat;
            }
            .content {
                width:720px;
                margin:0 auto;
                background-color: burlywood;
            }
            h1 {
                text-align: center;
                width:720px;
                height: 80px;
                line-height: 80px;
            }
            table {
                width:700px;
                margin:10px;
                border-style: solid;
                border-color: black;
                border-width: 2px;
                text-align: center;
            }

            img {
                position: relative;
                left: 110px;
                border-radius: 20px;
            }
            h2 {
                text-align: center;
            }
            p {
                padding: 0px 110px;
            }

            .foot {
                margin-top: 0px;
                height: 60px;
                background-color:saddlebrown;
                line-height: 60px;
                text-align: center;
            }

            a {
                color: blue;
            }