\documentclass[border=0]{standalone} \usepackage{kpfonts} \usepackage[ tmargin=1in, bmargin=0in, paperwidth=6.6in, paperheight=9.6in, bmargin=0in ]{geometry} % Colored lines in table, see % https://ctan.math.illinois.edu/macros/latex/contrib/colortbl/colortbl.pdf \usepackage{colortbl} \begin{document} % Remove cell padding from tabular environment \renewcommand{\arraystretch}{1.1} \begin{tabular}{ % Cell and vertical rules definitions !{\color{black}\vline} p{7.67cm} !{\color{black}\vline} p{7.67cm} !{\color{black}\vline} } Goals for this Year & Goals for this Month \\ \hline & \\ [1.5mm] \arrayrulecolor[gray]{0.85}\hline & \\ [1.5mm] \hline & \\ [1.5mm] \hline & \\ [1.5mm] \arrayrulecolor[gray]{0}\hline \multicolumn{2}{l}{Hoping For:} \\ \end{tabular} \end{document}