body {
    background-color: #cccccc;
    margin: 20px 0px;
}

div#body {
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    display: table;    /* Causes the element to be displayed in minimal space. */
    font: normal normal normal 12px verdana;
    margin: auto;
    min-width: 300px;
    padding: 20px;
    text-align: center;
}

div.indent {
    margin-left: 25px;
}

:focus {
    outline: 0;
}
