Here is what I did to make the quotations on my blockquote work.
This is for the first quotation mark:
blockquote:before{content: open-quote;}
and this is for the second quotation mark:
blockquote:after{content: close-quote;)
However, this only works in CSS3.