body {
    letter-spacing: 1pt;   
}
div#nav ul {
    display: none;
}
div#nav img {
    width: 3in;
    display: block;
    margin: auto;
}
img {
    border: thin solid black;
}
h1 {
    font-size: 14pt;
    border-bottom: thin dotted black;   
}
img#dinnerplate, img#dinner {
    float: right;
    width: 2in;
    height: auto;
    margin: 0.25in;
}
div#content {
    text-align: center;   
}
p {
    margin-top: 0;
}
h2, h3, h4, h5, h6 {
    margin: 0;   
}
h3 {
    text-decoration: underline;
}
h1, h3 {
    font: 16pt "Monotype Corsiva", cursive;    
}
h5 + h3 {
    margin-top: 0.25in; 
}
h4 > em, h5 > em {
    font-weight: normal;
    margin-left: 0.20in;   
}
h5 {
    font-weight: normal;
    font-size: 12pt;   
}
h6 {
    border-top: thin dotted black;
    text-align: center;   
}
p.copy {
    text-align: justify;
    text-indent: 0.25in;
    margin-top: 0;
    line-height: 24pt; 
}