\documentclass[12pt,letterpaper]{amsart}
\setlength{\oddsidemargin}{.0in}
\setlength{\evensidemargin}{.0in}
\setlength{\textwidth}{6.5in}
\setlength{\topmargin}{-.3in}
\setlength{\headsep}{.20in}
\setlength{\textheight}{9.in}
\usepackage[leqno]{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage[all]{xy}
\usepackage{graphicx}

%Here are some user-defined notations
\newcommand{\RR}{\mathbf R}  %bold R
\newcommand{\CC}{\mathbf C}  %bold C
\newcommand{\ZZ}{\mathbf Z}   %bold Z
\newcommand{\QQ}{\mathbf Q}   %bold Q
\newcommand{\rr}{\mathbb R}     %blackboard bold R
\newcommand{\cc}{\mathbb C}    %blackboard bold R
\newcommand{\zz}{\mathbb Z}    %blackboard bold R
\newcommand{\qq}{\mathbb Q}   %blackboard bold Q
\newcommand{\ZZn}[1]{\ZZ/{#1}\ZZ}
\newcommand{\zzn}[1]{\zz/{#1}\zz}
\newcommand{\calM}{\mathcal M}  %calligraphic M
\newcommand{\sm}{\setminus} 
\newcommand{\bfa}{\mathbf a}
\newcommand{\bfb}{\mathbf b}
\newcommand{\bfc}{\mathbf c}



%improving spacing in tables (space above and below characters in a row)
\newcommand{\tfix}{\rule{0pt}{2.6ex}}
\newcommand{\bfix}{\rule[-1.2ex]{0pt}{0pt}}



%Here are commands with variable inputs 
\newcommand{\intf}[1]{\int_a^b{#1}\,dx}
\newcommand{\intfb}[3]{\int_{#1}^{#2}{#3}\,dx}
\newcommand{\marginalfootnote}[1]{%
        \footnote{#1}
        \marginpar[\hfill{\sf\thefootnote}]{{\sf\thefootnote}}}
\newcommand{\edit}[1]{\marginalfootnote{#1}}


%Here are some user-defined operators
\newcommand{\Tr}{\operatorname {Tr}}
\newcommand{\GL}{\operatorname {GL}}
\newcommand{\SL}{\operatorname {SL}}
\newcommand{\Prob}{\operatorname {Prob}}
\newcommand{\re}{\operatorname {Re}}
\newcommand{\im}{\operatorname {Im}}


%These commands deal with theorem-like environments (i.e., italic)
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{conjecture}[theorem]{Conjecture}

%These deal with definition-like environments (i.e., non-italic)
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}
\newtheorem{remark}[theorem]{Remark}

%This numbers equations by section
\numberwithin{equation}{section}


%This is for hypertext references
\usepackage{color}
\usepackage{hyperref}


\begin{document}

\title{Outline}
\author{Your Name}
\date{Date Here}
\maketitle



\thispagestyle{empty}




%%%Start your work here. 


Say what the theme of the paper will be.  Then list the topics you plan to discuss, with some genuine detail (look at sample outline handed out before!) in the order you anticipate them appearing:

\begin{enumerate}

\item 
Topic 1.

\item 
Topic 2.

\item 
And so on.

\end{enumerate}


Type the references in the reference section below and say here how closely you have look at each of them and whatever else may be worth knowing (if one is giving you background, another has a nice proof of a particular result, $\dots$). 





\begin{thebibliography}{4}


\bibitem{irros}
K. Ireland and M. Rosen, ``A Classical Introduction to Modern 
Number Theory,'' 2nd ed., Springer-Verlag, New York, 1990.

\bibitem{unabomber}
T. J. Kaczynski, Another proof of Wedderburn's theorem, 
{\it Amer. Math. Monthly} {\bf 71} (1964), 652--653.


\bibitem{roquette}
P. Roquette, Class field theory in characteristic $p$, its origin 
and development, pp.~549--631 in: ``Class field theory -- its centenary 
and prospect,'' Math. Soc. Japan, Tokyo, 2001.


\bibitem{wiki}
Wikipedia, {\color{blue}\href{http://en.wikipedia.org/wiki/Spectral_theorem}{\tt http://en.wikipedia.org/wiki/Spectral\underline{ }theorem}}.




\end{thebibliography}

\end{document}