body{
    font-family: Arial, Helvetica, sans-serif;
}

blockquote{
    max-width:60%;
    width:auto;
    display:table;
    margin:auto;
    padding:30px auto;
    border-top: 1px solid #6866d3;
    border-bottom: 1px solid #6866d3;
}

.quotation{
    font-size: 16px;
    quotes: "\201C""\201D""\2018""\2019";
    padding: 10px 20px;
    line-height: 1.4;
}

.quotation:before {
    content: open-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: -10px;
    position: relative;
    top: 20px;
    color: #ccc;
    font-size: 3em;
}
.quotation::after {
    content: close-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: 10px;
    position: relative;
    top: 25px;
    color: #ccc;
    font-size: 3em;
}
footer{
    margin:0 1em 1em 0;
    text-align: right;
    font-size: 1.1em;
    font-style: italic;
    color: #999999;
}

footer a, footer a:visited, footer a:active{
    color: #999999;
}