There’s no quote style in this theme, only put the text into blockquote tags, or select “quote” type for post format, it will looks like http://demo.themevan.com/oldcar/2013/06/22/a-quote-format-post-example/
If you want to change the quote text color or font size, you can put the following custom CSS into Oldcar options > Custom code > CSS code
.fluid-articles li .post-info blockquote{font-size:14px;color:#000;}
blockquote{font-size:!4px;color:#000;} /*In single post*/
Adjust the value by yourself.
Thanks