#content {
    line-height: 1.8em;
    font-size: .8em;
}

#content td {
    vertical-align: top;
}

#content p {
    margin: 1em 0.5em;
    padding: 0;
}

.photobox {
    margin: 1em 0.5em;
    padding: 1em 0.5em;
    border: solid 1px #999;
}

.photobox .name {
    font-weight: bold;
    font-size: 1em;
}

.photobox .title {
    font-style: italic;
    font-size: 0.8em;
}

.photobox .caption {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

#pagetitle {
    color: #fff;
    font-family: Arial;
    font-size: 11pt;  /* from orig stylesheet */
    font-weight: bold;
}


