\documentclass{article}
\usepackage{palatino}
\usepackage{amsfonts,amssymb,latexsym}
\usepackage{multido}
\usepackage{pst-plot}
\usepackage{pstcol}
\usepackage{pstricks}
\usepackage{graphicx}
\usepackage{fancybox}
\setcounter{page}{1}
\textwidth=6.5in
\textheight=9.0in
\oddsidemargin=0in
\evensidemargin=0in
\topmargin=-.6in
\headsep=0.2in
\headheight=0.4in
\parindent=0pt
\setlength{\parskip}{1ex plus 0.5 ex minus 0.2ex}
\newtheorem{theorem}{Theorem}%[section]
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{claim}[theorem]{Claim}
\newtheorem{example}[theorem]{Example}
\newtheorem{defn}[theorem]{Definition}
\newcommand{\proof}{\noindent {\bf Proof : }}
\newcommand{\comment}[1]{} 
\newcommand{\suppress}[1]{} 
\def\rset{\mathbb R}
\def\qed{\mbox{ }~\hfill~$\Box$}
\def\Vor{\mbox{Vor}}
\def\nset{\mathbb N}
\def\zset{\mathbb Z}
\def\cset{\mathbb C}
\def\tbs{\mbox{} \hspace{2mm}}
\def\F{{\cal F}}
\def\P{{\bf P }}
\def\RP{{\bf RP }}
\def\BPP{{\bf BPP }}
\def\NP{{\bf NP }}
\def\coNP{{\bf co-NP }}
\def\coRP{{\bf co-RP }}
\def\poly{\mbox{poly}}
\def\ep{\varepsilon}
\newcommand{\be}{\begin{equation}}
\newcommand{\ee}{\end{equation}}
\newcommand{\bea}{\begin{eqnarray}}
\newcommand{\eea}{\end{eqnarray}}
\newcommand{\bean}{\begin{eqnarray*}}
\newcommand{\eean}{\end{eqnarray*}}
\newrgbcolor{darkgreen}{0 0.6 0}

\begin{document}
{\bf \noindent
\rule[9pt]{\textwidth}{0.5pt}\\ [-0.2cm]
Probability and Algorithms \hfill Caltech CS150, Winter 2003\\
Leonard J. Schulman \hfill Scribe: name... \\  
Notes for lecture 1, January 6, 2003. Course overview; Randomness in
communication complexity \\
\\ \rule[9pt]{\textwidth}{0.5pt}
\\ \rule[9pt]{\textwidth}{0.5pt}\\ 
[-0.2cm]
} 
%%%%%%%%%%%%%%%%%%% Begin text here %%%%%%%%%%%%%%%%%%%%%%

text...
\end{document}

