.article {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 11px;
}

.article h2 {
    color: #330066;
    margin-bottom: 10px;
}

.paragraph, .first_paragraph, .last_paragraph {
    margin-bottom: 1em;
}
.paragraph_separator {
    display: block;
    clear: both;
}

.image, .floating_image {
    /* border: thin silver dashed; */
    padding: 0;
}
.image {
    margin: 0;
}
.floating_image {
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}
.image p, .floating_image p {
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
}
.image p.description, .floating_image p.description {
    display: none;
    background-color: #cccccc;
}
