I there a way to add the normal to a contour plot like the following one
cp1 = ContourPlot[{(x - 1)^2 + (y - 1)^2 == .95,
x^2 + 4 (y - 3)^2 == 5, (x - 1)^2 + (y - 1)^2 == 15.5}, {x, -4 Pi,
4 Pi}, {y, -4 Pi, 4 Pi}, AspectRatio -> 1.1,
PlotRange -> {{-4, 6}, {-5, 6}}, AspectRatio -> 3]
The are 3 curves and I want to have in some points the normals to those curves
