body {
    background: #ecf1cc;
    color: #421208;
    font: 1em/1.5 'Palatino', 'Palatino Linotype', serif;
    margin: 25px;
}
h1 {
    font-size: 2em;
    font-weight: 400;
    line-height: 0.75;
    margin: 0.75em 0;
    text-transform: uppercase;
}
#body {
    position: relative;
    max-width: 800px;
}
#c {
    border: 10px solid #ced3aa;
}
#control {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}
a {
    color: #a31805;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.25em;
    text-decoration: none;
}
a:hover {
    color: #e81f05;
    text-decoration: underline;
}
a.disabled {
    color: #adb383 !important;
    cursor: default;
    text-decoration: none !important;
}
.amp {
    font-style: italic;
}
