I'd like to change the styling of \subsection in the memoir class.
The example is:
\documentclass[oneside, 12pt]{memoir}
\begin{document}
\subsection{A subsection - center me!}
\end{document}
This is easy enough with sections, eg
\setsecnumformat{Section \arabic{section}. \space}
\setsecheadstyle{\bfseries\large\centering}
However I wasn't able to find an equivalent for subsections. Is there one, or some alternative?
