\documentclass[12pt,twoside]{article}
\usepackage{chadstyle}  % Loads my formatting 
%\usepackage{tweaklist}  % I use this package as well; you may need to download

%% Shortcut commands
\newcommand{\proptitle}[1]{\color{ChadBlue} \textnormal{(#1):}}
\newtheorem{proposition}{\color{ChadGreen} Proposition}
\newcommand{\assume}[2]{{\bf{Assumption #1}} (#2)} 
\newcommand{\clr}[1]{{\color{ChadBlue} #1}}
\newcommand{\clrg}[1]{{\color{ChadGreen} #1}}
\newcommand{\Proof}[2]{\newline {\hspace{-\parindent} {\color{ChadGreen}\bf Proof of Proposition}~\ref{#1}.}
{\color{ChadBlue} #2} \vspace{.1in}}

% If you've loaded *tweaklist.sty* above, uncomment these lines:
% Adjust spacing in itemize/enumerate; see tweaklist.sty
%\renewcommand{\enumhook}{\setlength{\topsep}{2pt}%
%  \setlength{\itemsep}{0pt}}
%\renewcommand{\itemhook}{\setlength{\topsep}{2pt}%
%  \setlength{\itemsep}{0pt}}



\begin{document}
\bibliographystyle{aernobold}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TITLE PAGE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%\begin{singlespacing}
\begin{spacing}{0.9}
\begin{titlepage}

\title{The Costs of Economic Growth}
\runningheads{Charles I. Jones}{short title}

\author{\large \href{http://elsa.berkeley.edu/~chad}{Charles I.
    Jones}\thanks{People to thank...}\\ { U.C. Berkeley and NBER}
   }

\date{\small \today \ -- Version 0.4\\ {\it Preliminary}}
\maketitle
\thispagestyle{empty}

%\clearpage
\vspace{-0.3in}

\begin{abstract}
   Abstract goes here...
\end{abstract}

\end{titlepage}
\end{spacing}
%\end{singlespacing}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



The paper...



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
{\small
% Put your bibiliography file here
%\bibliography{Growth.bib}
}

\end{document}
