% Title:  An unofficial letter class for Washington State University
% Author: Adam Erickson, Postdoctoral Researcher, Strigul Laboratory
% Notes:  Use the `bw` option for improved black-and-white printing.
%         One may change the defaults in the `coverletter.cls` file
%         or simply update the from* fields below.
\documentclass[color, 10pt, letterpaper]{coverletter}
\usepackage{lipsum}
\update{%
    toname={First Last},
    totitle={Title},
    torole={Role},
    todept={Department},
    touni={University},
    tocity={City, State, ZIP},
    tocountry={Country}
}
\begin{document}
    \lipsum[1-3]
\end{document}