user.css:
blockquote {
font-family: serif;
font-size: 2em;
line-height: 2.5em;
width: 50%;
margin: auto;
background-image: url(resources/quote2.png);
background-repeat: no-repeat;
background-position: right bottom;
padding-left: 20px;
padding-right: 20px;
text-indent: -20px;
}
blockquote p:first-letter {
font-style: bold;
background-image: url(resources/quote1.png);
background-repeat: no-repeat;
background-position: left top;
padding-left: 20px;
}