%THis command provides the text of the quote in the third horizontal are of the 
%first column in the page 6
%
%The command has one parameter
%     1) The width of the text
\newcommand\TSixQuoteThree[1]{%
   \parbox[t]{#1}{%
      \TSixQuoteFontSize
      The reasonable man adapts himself to the world;
      the unreasonable persists in trying to adapt the world to himself.
      Therefore all progress depends on the unreasonable.

      \begin{flushright}
      — George Bernard Shaw
      \end{flushright}
   }
}