\documentclass{seminar}
\usepackage{graphicx,times}

\usepackage[dvips,pagebackref,colorlinks=true]{hyperref}

% my macros
\newcommand{\heading}[1]
{\vspace{1ex minus 1ex}  \color{red} 
\begin{center} {\large \bf #1}  \end{center}  \color{black}  }

% For incremental builds
\usepackage{texpause}  % enables the pause command


% specific to seminar

\usepackage{sem-a4}  % Define a4 paper
% and then promptly redefine actual material.
\setlength{\slidewidth}{9.0in} 
% the printed area available is about 10 inches
\setlength{\slideheight}{6.65in}
% the printed area available is about 7.5 inches

% Use this
\usepackage{fancybox,fancyheadings}
% to ge this
\slideframe{Oval}

% color stuff Uses PostScript
\usepackage{color}
\definecolor{Pink}{rgb}{1.,0.75,0.8}
\definecolor{VeryLightGray}{gray}{0.95}
\definecolor{LightGray}{gray}{0.85}

\pagecolor{VeryLightGray}  % Background color of page
\centerslidesfalse



\begin{document}
\input{content.tex}
\end{document}

