\documentclass[12pt]{article}

\textwidth=160mm
\textheight=240mm

\setlength{\voffset}{-20mm}
\oddsidemargin -5mm
\evensidemargin -5mm

\usepackage{epsf}
\usepackage[dvips]{graphicx}

\begin{document}

\begin{center}
{\bfseries TITLE OF THE ARTICLE (IN CAPITAL LETTERS)}

\vskip 5mm

A.A. Author$^{1 \dag}$, B.B. Author$^{2}$ and C.C. Author$^{2}$

\vskip 5mm

{\small
(1) {\it
First Organization
}
\\
(2) {\it
Second Organization
}
\\
$\dag$ {\it
E-mail: author@somewhere.org
}}
\end{center}

\vskip 5mm

Text...

%% To insert figure (with the help of epsf.sty)
\begin{figure}[h]
 \epsfysize=50mm
 \centerline{
 \epsfbox{figure.eps}}
 \caption{First figure inserted with the help of epsf.sty}
\end{figure}

%% To insert figure (with the help of epsf.sty)
\begin{figure}[h]
 \centerline{
 \includegraphics[width=50mm,height=50mm]{figure.eps}}
 \caption{Second figure inserted with the help of graphicx.sty}
\end{figure}

\begin{thebibliography}{99}
\bibitem{bib1}
A.A.~Author, Phys. Rep. {\bfseries 01}, 1 (1901).
                       
\bibitem{bib2}
A.A.~Author, Nucl. Phys. {\bfseries A01}, 1 (1901).
\end{thebibliography}

\end{document}
