Just for the record, if anybody ever bumps to this thread the code for the font size change is:
Code: Select all
\let\oldquote\quote
\renewcommand\quote{\par\singlespacing\small\oldquote}
\let\oldquotation\quotation
\renewcommand\quotation{\par\singlespacing\small\oldquotation}
\let\oldverse\verse
\renewcommand\verse{\par\singlespacing\small\oldverse}