I'm trying to make a simple new command for that creates a break in the text for a "Question and Answer" block preceded and succeeded by a horizontal line.
With the existing code (listed below) the bottom horizontal line does not show.
\newcommand{\QandA}[2]{
\hrulefill \\
\textbf{Q: }{#1} \\
\textbf{A: }{#2} \\
\hrulefill}


\bfis deprecated: Use\textbf{...}or\bfseriesinstead (with proper grouping) – Sep 15 '15 at 20:45