Wie füge ich auf der ersten Seite eines Briefes eine Kopf- und Fußzeile ein?

Wie füge ich auf der ersten Seite eines Briefes eine Kopf- und Fußzeile ein?

Kopf- und Fußzeile funktionieren also auf jeder anderen Seite, aber ich kann einfach nicht herausfinden, wie ich sie auf die erste Seite bekomme. Das ist alles, was ich habe, das nicht nur mit Text zu tun hat.

\documentclass[12pt,oneside,letterpaper]{article}
\usepackage[utf8]{inputenc}
\usepackage{times}
\usepackage{fancyhdr}
\usepackage{microtype}
\usepackage{graphicx}

\fancyhead[R]{Kalos Health Gold Plus Plan\\
2424 Niagara Falls Blvd\\
Niagara Falls, NY 14304 \\
www.kaloshealth.org}

\fancyfoot[L]{H3227001\_C02\_4b\_CFRMENROLL}

\begin{document}
\par
<MemberID>\\
<RxID>\\
<RxBin>\\
<RxPCN>\\

Dear <Name of Member>,\\
Thank you for enrolling in <plan name>. Medicare has approved your enrollment in <plan name> beginning <effective date>.\\

\bf{How will this plan work?}\\
\rm
Beginning <effective date>, you must see your <plan name> doctor(s) for your health care. This means that starting <effective date>, all of your health care, except emergency or urgently needed care, or out-of-area dialysis services, must be given or arranged by a <plan name> doctor(s). You will need to pay your plan co-payments and co-insurance at the time you get health care services, as provided in your member materials.Please remember that, except for emergency or out-of-area urgent care, or out-of-area dialysis services, if you get health care services from a non-<Plan Name> doctor without prior authorization, you will have to pay for these services yourself. 

\end{document}

verwandte Informationen