body {
    background-color: #FEF6E6;
    font-family: "Georgia", serif;
}

div.box
{
    display: inline-block;
    border: .5em solid grey;
    margin: .3em;
    padding: 3px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    text-align: center;
    font-size: 2em;
    color: #400000;
}


p {
    text-indent: 25px;
  margin-top: 0em;
  margin-bottom: 0em;
}

p.c1 {
    text-indent: 0px;
    font-size: .8em;
    color: #666600;
    margin-top: 0em;
    margin-bottom: 1em;
}

p.c2 {
    text-indent: 0px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    color: #660000;
    margin-top: 0em;
    margin-bottom: 0em;
}
p.c3 {
    text-indent: 0px;
    text-align: center;
    font-size: 2em;
    color: #371C00;
    margin-top: 0em;
    margin-bottom: 1em;
}
p.c4 {
    text-indent: 0px;
    text-align: left;
    color: #330000;
    font-style: italic;
    margin-top: 0em;
    margin-bottom: 1em;
}