The trip-up is that the usage of "any" _when inside a negated clause_ refers to "some" rather than "every".
Hence "No F admires any R" translates as "there does not exists an F that admires an R."
$$\
eg\exists x~\Big(F(x) \wedge \exists y~\big(R(y)\wedge M(x,y)\big)\Big)$$
Which is equivalent to $$\forall x~\Big(F(x)\to ~\forall y~\big(R(y)\big)\to \
eg M(x,y)\big)\Big)$$
Or in PNF: $$\forall x~\forall y~\Big(\big(F(x)\wedge R(y)\big) \to \
eg M(x,y)\Big)$$