Right-click on the plot and select Customize. Click the Add button. You can use the Pen Color() and H Line() functions in a custom graphics script:
Pen Color( "Red" );
H Line( 0, 45, 250 );
H Line( 50, 115, 2000 );
(You can copy it here first and then paste it when you get to the Customize dialog.)