\documentstyle[11pt]{article}
\pagestyle{empty}                   % no page #'s
\setlength{\topmargin}{0.5 in}     % try to get 0.5'' top and bottom margin
\setlength{\textheight}{10.5 in}
\setlength{\footskip}{0pt}
\setlength{\footheight}{0pt}
\setlength{\headsep}{0pt}
\setlength{\headheight}{0pt}
\begin{document}\
\hspace*{\fill}{\LARGE{\bf Problems for the Adept}}\hspace*{\fill}
\par
\vspace {.1 in}
\hspace*{\fill}{\large{\bf Lesson 1}}\hspace*{\fill}
\par
\vspace{.4 in}
\normalsize

{\bf Simple exercises } \par

\begin{itemize}
\item Draw ten concenteric circles
\begin{itemize}
   \item each ring is darker than all rings outside of it
   \item each ring is thicker than each outer ring (use {\bf setlinewidth})
\end{itemize}

\item Draw the letter {\bf A}
\item Draw a tombsone with a flat top (use {\bf arcto})
\item Draw a spirograph star (hint: 6 ``points'' is easy)
\item Draw a regular polygon - make a procedure that accepts number of sides as an argument
\item Basic string art:  Define two lines and draw lines betweent them at
regular intervals along each line.

\end{itemize}
\vspace {0.3 in}
\par
{\bf Medium/difficult exercises}
\begin{itemize}
\item Extend the basic string art to a circle
\item Arbitrary string art:  Be able to do string art between two arbitrary
paths (hint available)

\end{itemize}

\end{document}

