div#content * {
    font-family: "Times New Roman", Times, serif;
}
div#content h3 + p, div#content h4 + p  {
    margin: 0 0 1.8em 0;
}
div#content h3 {
    margin-top: 1.8em;
    border-bottom: none;
    font-family: "Monotype Corsiva", cursive;
    text-decoration: underline;
    font-size: 2em;
}
div#content img + h3 {
    margin-top: 0;
}
h3 + p.menucaption {
    font-style: italic;
    text-align: center;
}
h4, h5 {
    font-size: 1.3em;
}
h3, h4, h5, h4 + p, h5 + p  {
    text-align: center;
}
h4 em, h5 em {
    margin-left: 0.9em;
    font-weight: lighter;
}
h5 + p {
    margin-top: 0;
}
h5 {
    font-weight: normal;
}
p.copy {
    padding-top: 0;
}
div#content {
    background-color: lightyellow;  
}