Make one of the lines thicker and plot that one first. Use the PlotStyle
options with Thickness
something like
PlotStyle -> {Thickness[0.01], Thickness[0.05], Thickness[0.05]}
You might have to play with the thickness values to get exactly what you want.