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

.article h2 {
    display: none;
    color: blue;
}
.article h3 {
    font-size: 11px;
}
.article a {
    color: #3f76b9;
}
.paragraph, .first_paragraph, .last_paragraph {
    margin-bottom: 0.7em;
}
.paragraph_separator {
    display: block;
    clear: both;
}

.image, .floating_image {
    /* border: thin silver dashed; */
    padding: 0.5em;
}
.image {
    margin: 0;
}
.floating_image {
    margin: 0.5em;
}
.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;
}

