% rain.tex
%
% Typesetting: Volker Kuhlmann, 18 Oct 1995.
% Typeset with LaTeX 2e.
%


\documentclass[12pt]{article}


% Mirrors \oddsidemargin onto \evensidemargin for twoside documents,
% and takes care of TeX's 1in/1in origin offset.
% Takes paper width as argument.
\newcommand\adjmargins[1]{%
	\evensidemargin=#1
	\advance\evensidemargin-\textwidth
	\advance\evensidemargin-\oddsidemargin
	\advance\oddsidemargin-1in
	\advance\evensidemargin-1in
	\advance\topmargin-1in
	\relax
	}


\oddsidemargin	45mm
\textwidth	115mm
\topmargin	30mm
\textheight	150mm
\headheight	0mm
\headsep	0mm
\pagestyle	{empty}
\parindent	0em
\parskip	2ex plus.5ex minus.5ex
\sloppy
\raggedright

\adjmargins{210mm}


\begin{document}

\begin{center}
\Huge
\textbf{{%
	Rain%
}}
\end{center}

\Large
\begin{verse}
It rained and rained and rained\\
The average fall was well maintained\\
And when the tracks were simple bogs\\
It started raining cats and dogs\\
After a drought of half an hour\\
We had a most refreshing shower\\
And then most curious thing of all\\
A gentle rain began to fall\\
Next day but one was fairly dry\\
Save for one deluge from the sky\\
Which wetted the party to the skin\\
And then at least the rain set in.\\
\end{verse}
\mbox{}\hfill Anonymous

\end{document}
