\documentclass{article}

\textwidth=8in
\textheight=10.5in

\voffset=-1.2in
\hoffset=-1.7in

\font\bfd=cmbx10
\font\nod=cmtt10
\font\hug=cmr17

\renewcommand{\tabcolsep}{2pt}
\setlength{\arrayrulewidth}{0.01pt}

\begin{document}\pagestyle{empty}

\def\tag{\today}

\parindent=0pt

\def\dona#1{\vbox{\hsize=2.2in%
\vbox to 1in{\hsize=2.2in\hrule
\vfill\nod
\centerline{
\begin{tabular}{cccccc}
Tab & ~CON~ & By & Lead   & Trks   & NSScore \\
 1  & \dots & \dots & \dots & \dots & \dots \\
 2  & \dots & \dots & \dots & \dots & \dots \\
 3  & \dots & \dots & \dots & \dots & \dots \\
\end{tabular}
}
\vfill\normalsize
\dotfill}
\centerline{\bfd #1, \tag}
\smallskip
\vbox to 1in{\hsize=2.2in\dotfill
\vfill\nod
\centerline{
\begin{tabular}{cc|c|c|c}
 & ~~~N~~~ & ~~~S~~~ & ~~~E~~~ & ~~~V~~~ \\
\cline{2-5}
$\spadesuit$ & & & & \\
\cline{2-5}
$\heartsuit$ & & & & \\
\cline{2-5}
$\diamondsuit$ & & & & \\
\cline{2-5}
$\clubsuit$ & & & & \\
\end{tabular}
}
\vfill
\hrule}}}

\def\dline#1#2#3{\hbox to \hsize{\hfill%
\vrule\hfill\dona{#1}\hfill\vrule\hfill%
\dona{#2}\hfill\vrule\hfill\dona{#3}\hfill\vrule\hfill}}

\def\rline#1#2#3{\hbox to \hsize{\hfill%
\hfill\revers{#3}\hfill\hfill%
\revers{#2}\hfill\hfill\revers{#1}\hfill\hfill}}

\def\face{
\dline{Round1-Deal1}{Round1-Deal2}{Round1-Deal3}
\vfill
\dline{Round1-Deal4}{Round1-Deal5}{Round1-Deal6}
\vfill
\dline{Round2-Deal1}{Round2-Deal2}{Round2-Deal3}
\vfill
\dline{Round2-Deal4}{Round2-Deal5}{Round2-Deal6}
\vfill
}

\face

\end{document}