@import url("default.css");

body {
    max-width: 10in;
    }

div.services {
    text-align: center;
    /* This doesn't do what it looks like it should, but
     * just using margin-top 10ex didn't work at all, and
     * this produced the correct visual effect.
     */
    margin: 5ex 15ex 0ex 5ex;
    }
div.contactinfo {
    text-align: center;
    margin: 3ex 15ex 0ex 5ex;
    }

