\documentclass{beamer}
\title{A Tiny Example}
\author{Andrew Mertz and William Slough}
\date{June 15, 2005}
\begin{document}
\maketitle

\begin{frame}
\frametitle{First Slide}

\color{RoyalBlue!30}{ Contents of the first slide}

\end{frame}

\begin{frame}
\frametitle{Second Slide}
Contents of the second slide
\end{frame}


\begin{frame}
\frametitle{Including Graphics with Beamer}
\begin{center}
\includegraphics[height=3.0in]{DSC_0277.JPG}
\end{center}
\end{frame}

\end{document}