%This command produce the quote in the first column
%of the third horizontal part of page 10
%
%The macro hasone parameter
%         1) The width of the text
\newcommand\TTenQuote[1]{%
   \parbox[t]{#1}{%
      \noindent
      Improvement makes strait roads,
      but the crooked roads without Improvement,
      are roads of Genius.

      \begin{flushright}
           — William Blake (The Marriage of Heaven and Hell)
      \end{flushright}
   }
}
%The title of this part
\newcommand\TTenQuoteTitle{\relax}