/* pretty.css  */
blockquote:before, blockquote:after {
    color: #666;
    display: block;
    font-size: 700%;
    width: 50px;
}

blockquote:before {
    content: '\201C';
    height: 0;
    margin-left: -0.55em;
    margin-bottom: .5em;
}

blockquote {
    padding-top: 2em;
    padding-left: 5em;
    width: 60%;
    font-style: oblique;
}

.uniqueimg section {
    margin-top: 0;
    width: 100%;
    margin-left: 0 !important;
}

.uniqueimg section img {
    display: block;
    margin: 0 auto;
}

.dark header { /* picture is dark, white header */
    color: #cecece;
    width: 1024px;
    padding-left: 20px;
}

.centeredimg section img {
    display: block;
    margin: 1em auto;
}

.plus {
    color: green;
    font-weight: bold;
}

.minus {
    color: red;
    font-weight: bold;
}