I know that the color bf command sets the colors of the whole command line window but I wanted to to print one single line in a different color.
color bf
You'll need to echo an ANSI escape code sequence to alter the text colour: http://en.wikipedia.org/wiki/ANSI_escape_code
Another very good source of these escape codes is http://ascii-table.com/ansi-escape-sequences.php